Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DEnforcingAdmin.java123 } else if (authority instanceof RoleAuthority roleAuthority) { in createEnforcingAdmin()
DDevicePolicyEngine.java1341 String roleAuthority = EnforcingAdmin.getRoleAuthorityOf(roleName); in handleRoleChanged() local
1344 if (admin.hasAuthority(roleAuthority)) { in handleRoleChanged()
1347 if (!admin.hasAuthority(roleAuthority)) { in handleRoleChanged()