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

/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java158 private ArrayList<RestrictionEntry> restrictions; field in class:AppRestrictionsFragment.AppRestrictionsPreference
173 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { argument
174 this.restrictions = restrictions;
186 if (restrictions == null) return null;
187 for (RestrictionEntry entry : restrictions) {
196 return restrictions;
349 Log.e(TAG, "Cannot apply application restrictions on another user!");
684 // If the app is required and has no restrictions, skip showing it
688 // Only do this for restricted profiles, not single-user restrictions
921 onRestrictionsReceived(AppRestrictionsPreference preference, String packageName, ArrayList<RestrictionEntry> restrictions) argument
[all...]

Completed in 34 milliseconds