Searched defs:restrictions (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java135 private ArrayList<RestrictionEntry> restrictions; field in class:AppRestrictionsFragment.AppRestrictionsPreference
150 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { argument
151 this.restrictions = restrictions;
163 return restrictions;
397 // If the app is required and has no restrictions, skip showing it
401 // Only do this for restricted profiles, not single-user restrictions
454 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions(
456 RestrictionEntry locationRestriction = restrictions.get(0);
458 p.setRestrictions(restrictions);
666 onRestrictionsReceived(AppRestrictionsPreference preference, ArrayList<RestrictionEntry> restrictions) argument
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsFragment.java146 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { argument
147 this.mRestrictions = restrictions;
428 // If the app is required and has no restrictions, skip showing it
482 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions(
484 RestrictionEntry locationRestriction = restrictions.get(0);
486 p.setRestrictions(restrictions);
593 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions();
594 if (restrictions != null) {
595 for (RestrictionEntry entry : restrictions) {
620 RestrictionsManager.convertRestrictionsToBundle(restrictions),
687 onRestrictionsReceived(AppRestrictionsPreference preference, ArrayList<RestrictionEntry> restrictions) argument
[all...]

Completed in 146 milliseconds