Home
last modified time | relevance | path

Searched defs:restrictions (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java135 private ArrayList<RestrictionEntry> restrictions; field in AppRestrictionsFragment.AppRestrictionsPreference
150 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { in setRestrictions()
454 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( in addLocationAppRestrictionsPreference() local
531 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); in onPreferenceChange() local
625 final ArrayList<RestrictionEntry> restrictions = results.getParcelableArrayList( in onReceive() local
667 ArrayList<RestrictionEntry> restrictions) { in onRestrictionsReceived()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java146 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { in setRestrictions()
482 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( in addLocationAppRestrictionsPreference() local
593 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); in onPreferenceChange() local
663 final ArrayList<RestrictionEntry> restrictions = results.getParcelableArrayList( in onReceive() local
688 ArrayList<RestrictionEntry> restrictions) { in onRestrictionsReceived()
/packages/apps/Launcher3/src/com/android/launcher3/
DUninstallDropTarget.java44 Bundle restrictions = userManager.getUserRestrictions(); in supportsDrop() local
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java3954 Bundle restrictions = um.getUserRestrictions(); in isClingsEnabled() local