Home
last modified time | relevance | path

Searched defs:restrictions (Results 1 – 5 of 5) 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
624 final ArrayList<RestrictionEntry> restrictions = results.getParcelableArrayList( in onReceive() local
666 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
662 final ArrayList<RestrictionEntry> restrictions = results.getParcelableArrayList( in onReceive() local
685 ArrayList<RestrictionEntry> restrictions) { in onRestrictionsReceived()
/packages/apps/Launcher3/src/com/android/launcher3/
DUninstallDropTarget.java43 Bundle restrictions = userManager.getUserRestrictions(); in supportsDrop() local
DLauncherClings.java235 Bundle restrictions = um.getUserRestrictions(); in areClingsEnabled() local
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java3954 Bundle restrictions = um.getUserRestrictions(); in isClingsEnabled() local