Searched refs:checkSharedSignatures (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java2869 checkSharedSignatures(apk1, apk2, true, false, -1, expMatchResult);
2954 private void checkSharedSignatures(int apk1, int apk2, boolean cleanUp, boolean fail, int retCode, int expMatchResult) { method in class:PackageManagerTests
2990 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult);
2999 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult);
3011 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult);
3023 checkSharedSignatures(apk1, apk2, true, fail, retCode, expMatchResult);
3074 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH);
3085 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH);
3096 checkSharedSignatures(apk1, apk2, false, false, -1, PackageManager.SIGNATURE_MATCH);
3107 checkSharedSignatures(apk
[all...]

Completed in 219 milliseconds