Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DEnforcingAdmin.java76 private final boolean mIsRoleAuthority; field in EnforcingAdmin
163 mIsRoleAuthority = false; in EnforcingAdmin()
175 mIsRoleAuthority = true; in EnforcingAdmin()
190 mIsRoleAuthority = isRoleAuthority; in EnforcingAdmin()
222 if (mAuthorities == null && mIsRoleAuthority) { in getAuthorities()
229 if (mIsRoleAuthority) { in reloadRoleAuthorities()
255 if (mIsRoleAuthority) { in getParcelableAdmin()
295 && Objects.equals(mIsRoleAuthority, other.mIsRoleAuthority) in equals()
300 if (admin1.mIsRoleAuthority && admin2.mIsRoleAuthority) { in hasMatchingAuthorities()
308 if (mIsRoleAuthority) { in hashCode()
[all …]