Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/
DDrmManagerClientImpl.cpp106 bool retCode = false; in canHandle() local
108 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle()
110 return retCode; in canHandle()
191 bool retCode = false; in validateAction() local
193 retCode = getDrmManagerService()->validateAction( in validateAction()
196 return retCode; in validateAction()
213 int retCode = INVALID_VALUE; in openConvertSession() local
215 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType); in openConvertSession()
217 return retCode; in openConvertSession()
315 ssize_t retCode = INVALID_VALUE; in pread() local
[all …]
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1221 boolean retCode = invokeMovePackage(ip.pkg.getPackageName(), moveFlags, receiver); in moveFromRawResource()
1222 assertTrue(retCode); in moveFromRawResource()
1866 int retCode) throws Exception { in replaceCerts() argument
1875 fail, retCode, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in replaceCerts()
2535 int retCode, int expMatchResult) throws Exception { in checkSharedSignatures() argument
2548 installFromRawResource(apk2Name, apk2, 0, false, true, retCode, in checkSharedSignatures()
2579 int retCode = -1; in testCheckSignaturesSharedAllMatch() local
2581 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedAllMatch()
2589 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedNoMatch() local
2591 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedNoMatch()
[all …]