Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DEnforcingAdmin.java58 static final String ROLE_AUTHORITY_PREFIX = "role:"; field in EnforcingAdmin
109 return ROLE_AUTHORITY_PREFIX + roleName; in getRoleAuthorityOf()
122 if (authority.startsWith(ROLE_AUTHORITY_PREFIX)) { in getParcelableAuthority()
123 String role = authority.substring(ROLE_AUTHORITY_PREFIX.length()); in getParcelableAuthority()
161 authorities.add(ROLE_AUTHORITY_PREFIX + role); in getRoleAuthoritiesOrDefault()