Searched defs:userRestrictions (Results 1 – 3 of 3) sorted by relevance
120 Bundle userRestrictions = mock(Bundle.class); in getRestriction_firstTime_getFromSystem() local130 Bundle userRestrictions = mock(Bundle.class); in getRestriction_secondTime_notGetFromSystem() local144 Bundle userRestrictions = mock(Bundle.class); in clearRestrictions_shouldGetRestrictionFromSystemAgain() local167 private WifiRestrictionsCache mockInstance(int userId, Bundle userRestrictions) { in mockInstance()
298 Bundle userRestrictions; field in ActiveAdmin
377 final Map<UserHandle, Bundle> userRestrictions = new HashMap<>(); in setUpUserManager() local