Searched refs:checkSharedSignatures (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 2404 checkSharedSignatures(apk1, apk2, true, false, -1, expMatchResult); in checkSignatures() 2504 private void checkSharedSignatures(int apk1, int apk2, boolean cleanUp, boolean fail, in checkSharedSignatures() method in PackageManagerTests 2542 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedAllMatch() 2552 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedNoMatch() 2566 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedSomeMatch1() 2580 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedSomeMatch2() 2638 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH); in testReplaceFirstSharedMatchSomeCerts() 2650 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH); in testReplaceSecondSharedMatchSomeCerts() 2662 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH); in testReplaceFirstSharedMatchNoCerts() 2674 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH); in testReplaceSecondSharedMatchNoCerts() [all …]
|