Searched refs:ROLE_AUTHORITY_PREFIX (Results 1 – 1 of 1) sorted by relevance
58 static final String ROLE_AUTHORITY_PREFIX = "role:"; field in EnforcingAdmin109 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()