Searched refs:getEnforcingUsers (Results 1 – 3 of 3) sorted by relevance
149 List<UserManager.EnforcingUser> enforcingUsers = mRestrictionsSet.getEnforcingUsers( in testGetEnforcingUsers_hasEnforcingUser()167 List<UserManager.EnforcingUser> enforcingUsers = mRestrictionsSet.getEnforcingUsers( in testGetEnforcingUsers_hasMultipleEnforcingUsers()190 List<UserManager.EnforcingUser> enforcingUsers = mRestrictionsSet.getEnforcingUsers( in testGetEnforcingUsers_noEnforcingUsers()
159 public @NonNull List<UserManager.EnforcingUser> getEnforcingUsers(String restriction, in getEnforcingUsers() method in RestrictionsSet
16117 enforcingUsers.addAll(getEnforcingUsers(localAdmins)); in getUserRestrictionSources()16118 enforcingUsers.addAll(getEnforcingUsers(globalAdmins)); in getUserRestrictionSources()16142 private List<EnforcingUser> getEnforcingUsers(Set<EnforcingAdmin> admins) { in getEnforcingUsers() method