Searched defs:getRestrictions (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/users/
H A DRestrictionUtils.java59 public static ArrayList<RestrictionEntry> getRestrictions(Context context, UserHandle user) { method in class:RestrictionUtils
H A DAppRestrictionsFragment.java182 ArrayList<RestrictionEntry> getRestrictions() { method in class:AppRestrictionsFragment.AppRestrictionsPreference
732 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions(
819 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictionUtils.java50 public static ArrayList<RestrictionEntry> getRestrictions(Context context, UserHandle user) { method in class:RestrictionUtils

Completed in 52 milliseconds