Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DRestrictionsSetTest.java149 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()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DRestrictionsSet.java159 public @NonNull List<UserManager.EnforcingUser> getEnforcingUsers(String restriction, in getEnforcingUsers() method in RestrictionsSet
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16385 enforcingUsers.addAll(getEnforcingUsers(localAdmins)); in getUserRestrictionSources()
16386 enforcingUsers.addAll(getEnforcingUsers(globalAdmins)); in getUserRestrictionSources()
16390 private List<EnforcingUser> getEnforcingUsers(Set<EnforcingAdmin> admins) { in getEnforcingUsers() method