Home
last modified time | relevance | path

Searched defs:enforcingUsers (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DRestrictionsSetTest.java145 List<UserManager.EnforcingUser> enforcingUsers = mRestrictionsSet.getEnforcingUsers( in testGetEnforcingUsers_hasEnforcingUser() local
162 List<UserManager.EnforcingUser> enforcingUsers = mRestrictionsSet.getEnforcingUsers( in testGetEnforcingUsers_hasMultipleEnforcingUsers() local
185 List<UserManager.EnforcingUser> enforcingUsers = mRestrictionsSet.getEnforcingUsers( in testGetEnforcingUsers_noEnforcingUsers() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
H A DLocationInjectedServicesPreferenceControllerTest.java122 final List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in workProfileDisallowShareLocationOn_getParentUserLocationServicesOnly() local
146 final List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in workProfileDisallowShareLocationOff_getAllUserLocationServices() local
178 List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in withUserRestriction_shouldDisableLocationAccuracy() local
H A DLocationEnablerTest.java190 List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in setRestriction_getShareLocationEnforcedAdmin_shouldReturnEnforcedAdmin() local
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DTetherUtilTest.java124 List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in setupIsTetherAvailable() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
H A DWifiTetherSettingsTest.java167 List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in setupIsTetherAvailable() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DAllInOneTetherSettingsTest.java221 List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in setupIsTetherAvailable() local
H A DTetherSettingsTest.java367 List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in setupIsTetherAvailable() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
H A DRemoveAccountPreferenceControllerTest.java155 List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in onClick_modifyAccountsIsDisallowed_shouldNotStartConfirmDialog() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DPrivateDnsPreferenceControllerTest.java293 final List<UserManager.EnforcingUser> enforcingUsers = Collections.singletonList( in isEnabled_canBeDisabledByAdmin() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowUserManager.java118 List<EnforcingUser> enforcingUsers = in getUserRestrictionSources() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
H A DUserDetailsSettingsTest.java610 List<UserManager.EnforcingUser> enforcingUsers = new ArrayList<>(); in canDeleteUser_adminSelectsUser_hasRemoveRestriction_shouldReturnFalse() local
H A DUserSettingsTest.java200 final List<UserManager.EnforcingUser> enforcingUsers = Collections.singletonList( in withDisallowRemoveUser_ShouldDisableRemoveUser() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockUtilsInternal.java98 final List<UserManager.EnforcingUser> enforcingUsers = in checkIfRestrictionEnforced() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2125 List<EnforcingUser> enforcingUsers = getUserRestrictionSources(restrictionKey, userId); in getUserRestrictionSource() local