Searched refs:defaultRestrictions (Results 1 – 2 of 2) sorted by relevance
182 @Nullable Bundle defaultRestrictions, in UserTypeDetails() argument194 this.mDefaultRestrictions = defaultRestrictions; in UserTypeDetails()
2684 Set<String> defaultRestrictions = in maybeSetDefaultRestrictionsForAdminLocked() local2686 if (defaultRestrictions.equals(admin.defaultEnabledRestrictionsAlreadySet)) { in maybeSetDefaultRestrictionsForAdminLocked()2689 for (String restriction : defaultRestrictions) { in maybeSetDefaultRestrictionsForAdminLocked()2698 admin.defaultEnabledRestrictionsAlreadySet.addAll(defaultRestrictions); in maybeSetDefaultRestrictionsForAdminLocked()2700 + defaultRestrictions); in maybeSetDefaultRestrictionsForAdminLocked()