Searched refs:areEffectiveMatch (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | SignatureTest.java | 55 private boolean areEffectiveMatch(Signature[] a, Signature[] b) throws Exception { in areEffectiveMatch() method in SignatureTest 60 return Signature.areEffectiveMatch(ad1, bd1); in areEffectiveMatch() 64 assertTrue(areEffectiveMatch(asArray(A), asArray(A))); in testEffectiveMatch() 65 assertTrue(areEffectiveMatch(asArray(M), asArray(M))); in testEffectiveMatch() 67 assertFalse(areEffectiveMatch(asArray(A), asArray(B))); in testEffectiveMatch() 68 assertTrue(areEffectiveMatch(asArray(A), asArray(M))); in testEffectiveMatch() 69 assertTrue(areEffectiveMatch(asArray(M), asArray(A))); in testEffectiveMatch() 71 assertTrue(areEffectiveMatch(asArray(A, M), asArray(M, A))); in testEffectiveMatch() 72 assertTrue(areEffectiveMatch(asArray(A, B), asArray(M, B))); in testEffectiveMatch() 73 assertFalse(areEffectiveMatch(asArray(A, M), asArray(A, B))); in testEffectiveMatch()
|
/frameworks/base/core/java/android/content/pm/ |
D | Signature.java | 349 public static boolean areEffectiveMatch(SigningDetails a, SigningDetails b) in areEffectiveMatch() method in Signature 383 public static boolean areEffectiveMatch(Signature a, Signature b) in areEffectiveMatch() method in Signature
|
D | SigningDetails.java | 654 if (Signature.areEffectiveMatch( in checkCapabilityRecover() 662 return Signature.areEffectiveMatch(oldDetails, this); in checkCapabilityRecover()
|
D | PackageParser.java | 6463 if (Signature.areEffectiveMatch( in checkCapabilityRecover()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 13382 Landroid/content/pm/Signature;->areEffectiveMatch(Landroid/content/pm/Signature;Landroid/content/pm… 13383 Landroid/content/pm/Signature;->areEffectiveMatch([Landroid/content/pm/Signature;[Landroid/content/…
|