Home
last modified time | relevance | path

Searched defs:retCode (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java1878 int retCode) throws Exception { in replaceCerts()
2549 int retCode, int expMatchResult) throws Exception { in checkSharedSignatures()
2593 int retCode = -1; in testCheckSignaturesSharedAllMatch() local
2603 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedNoMatch() local
2617 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedSomeMatch1() local
2631 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedSomeMatch2() local
2691 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testReplaceFirstSharedMatchSomeCerts() local
2704 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testReplaceSecondSharedMatchSomeCerts() local
2773 int retCode = PackageManager.INSTALL_SUCCEEDED; in testUsesFeatureUnknownFeature() local
2780 int retCode = PackageInstaller.STATUS_FAILURE_INVALID; in testInstallNonexistentFile() local
[all …]
/aosp14/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1337 int retCode = _prepare(piidParcel); in prepare() local
1369 int retCode = _prepareAsync(piidParcel); in prepareAsync() local