Home
last modified time | relevance | path

Searched defs:userRestrictions (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
H A DWifiRestrictionsCacheTest.java120 Bundle userRestrictions = mock(Bundle.class); in getRestriction_firstTime_getFromSystem() local
130 Bundle userRestrictions = mock(Bundle.class); in getRestriction_secondTime_notGetFromSystem() local
144 Bundle userRestrictions = mock(Bundle.class); in clearRestrictions_shouldGetRestrictionFromSystemAgain() local
167 private WifiRestrictionsCache mockInstance(int userId, Bundle userRestrictions) { in mockInstance()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictionUtils.java53 Bundle userRestrictions = um.getUserRestrictions(user); in getRestrictions() local
/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DRestrictionUtils.java62 Bundle userRestrictions = um.getUserRestrictions(user); in getRestrictions() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DRestrictedPreferenceAdapter.java64 List<String> userRestrictions) { in RestrictedPreferenceAdapter()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java250 Bundle userRestrictions; field in ActiveAdmin
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java332 final Map<UserHandle, Bundle> userRestrictions = new HashMap<>(); in setUpUserManager() local