Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DEnforcingAdmin.java59 static final String ROLE_AUTHORITY_PREFIX = "role:"; field in EnforcingAdmin
136 return ROLE_AUTHORITY_PREFIX + roleName; in getRoleAuthorityOf()
149 if (authority.startsWith(ROLE_AUTHORITY_PREFIX)) { in getParcelableAuthority()
150 String role = authority.substring(ROLE_AUTHORITY_PREFIX.length()); in getParcelableAuthority()
202 authorities.add(ROLE_AUTHORITY_PREFIX + role); in getRoleAuthoritiesOrDefault()