Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1855 private InstallParams replaceCerts(int apk1, int apk2, boolean cleanUp, boolean fail, in replaceCerts() argument
1864 installFromRawResource(apk2Name, apk2, rFlags, false, in replaceCerts()
2403 private void checkSignatures(int apk1, int apk2, int expMatchResult) throws Exception { in checkSignatures() argument
2404 checkSharedSignatures(apk1, apk2, true, false, -1, expMatchResult); in checkSignatures()
2410 int apk2 = APP2_CERT1_CERT2; in testCheckSignaturesAllMatch() local
2411 checkSignatures(apk1, apk2, PackageManager.SIGNATURE_MATCH); in testCheckSignaturesAllMatch()
2417 int apk2 = APP2_CERT2; in testCheckSignaturesNoMatch() local
2418 checkSignatures(apk1, apk2, PackageManager.SIGNATURE_NO_MATCH); in testCheckSignaturesNoMatch()
2424 int apk2 = APP2_CERT1; in testCheckSignaturesSomeMatch1() local
2425 checkSignatures(apk1, apk2, PackageManager.SIGNATURE_NO_MATCH); in testCheckSignaturesSomeMatch1()
[all …]