Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/
DDrmManagerClientImpl.cpp120 bool retCode = false; in canHandle() local
205 bool retCode = false; in validateAction() local
227 int retCode = INVALID_VALUE; in openConvertSession() local
329 ssize_t retCode = INVALID_VALUE; in pread() local
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java2897 int retCode) throws Exception { in replaceCerts()
3531 int retCode, int expMatchResult) throws Exception { in checkSharedSignatures()
3566 int retCode = -1; in testCheckSignaturesSharedAllMatch() local
3576 int retCode = PackageManager.INSTALL_FAILED_SHARED_USER_INCOMPATIBLE; in testCheckSignaturesSharedNoMatch() local
3590 int retCode = PackageManager.INSTALL_FAILED_SHARED_USER_INCOMPATIBLE; in testCheckSignaturesSharedSomeMatch1() local
3604 int retCode = PackageManager.INSTALL_FAILED_SHARED_USER_INCOMPATIBLE; in testCheckSignaturesSharedSomeMatch2() local
3659 int retCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE; in testReplaceFirstSharedMatchSomeCerts() local
3671 int retCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE; in testReplaceSecondSharedMatchSomeCerts() local
3683 int retCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE; in testReplaceFirstSharedMatchNoCerts() local
3695 int retCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE; in testReplaceSecondSharedMatchNoCerts() local
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java11243 int retCode = mInstaller.rmdex(codePath, dexCodeInstructionSet); in removeDexFiles() local
13654 int retCode = mInstaller.clearUserData(pkg.volumeUuid, packageName, userId); in clearApplicationUserDataLI() local
13873 int retCode = mInstaller.deleteCacheFiles(p.volumeUuid, packageName, userId); in deleteApplicationCacheFilesLI() local
15845 int retCode = PackageManager.INSTALL_FAILED_CONTAINER_ERROR; in loadMediaPackages() local