Home
last modified time | relevance | path

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

/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DRestrictionsSetTest.java171 for (UserManager.EnforcingUser enforcingUser : enforcingUsers) { in testGetEnforcingUsers_hasMultipleEnforcingUsers()
172 int userId = enforcingUser.getUserHandle().getIdentifier(); in testGetEnforcingUsers_hasMultipleEnforcingUsers()
176 enforcingUser.getUserRestrictionSource()); in testGetEnforcingUsers_hasMultipleEnforcingUsers()
180 enforcingUser.getUserRestrictionSource()); in testGetEnforcingUsers_hasMultipleEnforcingUsers()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java91 UserManager.EnforcingUser enforcingUser = new UserManager.EnforcingUser(mUserId, in checkIfRestrictionEnforced_deviceOwner() local
96 thenReturn(Collections.singletonList(enforcingUser)); in checkIfRestrictionEnforced_deviceOwner()
115 UserManager.EnforcingUser enforcingUser = new UserManager.EnforcingUser(mUserId, in checkIfRestrictionEnforced_profileOwner() local
120 thenReturn(Collections.singletonList(enforcingUser)); in checkIfRestrictionEnforced_profileOwner()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java199 final EnforcingUser enforcingUser = enforcingUsers.get(0); in checkIfRestrictionEnforced() local
200 final int restrictionSource = enforcingUser.getUserRestrictionSource(); in checkIfRestrictionEnforced()
206 getProfileOrDeviceOwner(context, userRestriction, enforcingUser.getUserHandle()); in checkIfRestrictionEnforced()