Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DEnforcingAdmin.java255 && hasMatchingAuthorities(this, other); in equals()
258 private static boolean hasMatchingAuthorities(EnforcingAdmin admin1, EnforcingAdmin admin2) { in hasMatchingAuthorities() method in EnforcingAdmin