Searched refs:checkSharedSignatures (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageManagerTests.java | 2427 checkSharedSignatures(apk1, apk2, true, false, -1, expMatchResult); in checkSignatures() 2548 private void checkSharedSignatures(int apk1, int apk2, boolean cleanUp, boolean fail, in checkSharedSignatures() method in PackageManagerTests 2595 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedAllMatch() 2605 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedNoMatch() 2619 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedSomeMatch1() 2633 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult); in testCheckSignaturesSharedSomeMatch2() 2692 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH); in testReplaceFirstSharedMatchSomeCerts() 2705 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH); in testReplaceSecondSharedMatchSomeCerts() 2718 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH); in testReplaceFirstSharedMatchNoCerts() 2731 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH); in testReplaceSecondSharedMatchNoCerts() [all …]
|