Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/
DDrmManagerClientImpl.cpp120 bool retCode = false; in canHandle() local
122 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle()
124 return retCode; in canHandle()
205 bool retCode = false; in validateAction() local
207 retCode = getDrmManagerService()->validateAction( in validateAction()
210 return retCode; in validateAction()
227 int retCode = INVALID_VALUE; in openConvertSession() local
229 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType); in openConvertSession()
231 return retCode; in openConvertSession()
329 ssize_t retCode = INVALID_VALUE; in pread() local
[all …]
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1219 boolean retCode = invokeMovePackage(ip.pkg.packageName, moveFlags, receiver); in moveFromRawResource()
1220 assertTrue(retCode); in moveFromRawResource()
1856 int retCode) throws Exception { in replaceCerts() argument
1865 fail, retCode, PackageInfo.INSTALL_LOCATION_UNSPECIFIED); in replaceCerts()
2505 int retCode, int expMatchResult) throws Exception { in checkSharedSignatures() argument
2518 installFromRawResource(apk2Name, apk2, 0, false, true, retCode, in checkSharedSignatures()
2540 int retCode = -1; in testCheckSignaturesSharedAllMatch() local
2542 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedAllMatch()
2550 int retCode = PackageInstaller.STATUS_FAILURE_CONFLICT; in testCheckSignaturesSharedNoMatch() local
2552 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedNoMatch()
[all …]