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

/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java155 private ArrayList<RestrictionEntry> restrictions; field in class:AppRestrictionsFragment.AppRestrictionsPreference
170 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { argument
171 this.restrictions = restrictions;
183 return restrictions;
327 Log.e(TAG, "Cannot apply application restrictions on another user!");
675 // If the app is required and has no restrictions, skip showing it
679 // Only do this for restricted profiles, not single-user restrictions
732 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions(
734 RestrictionEntry locationRestriction = restrictions
953 onRestrictionsReceived(AppRestrictionsPreference preference, String packageName, ArrayList<RestrictionEntry> restrictions) argument
[all...]

Completed in 13 milliseconds