Home
last modified time | relevance | path

Searched refs:getRestrictions (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java170 ArrayList<RestrictionEntry> getRestrictions() { in getRestrictions() method in AppRestrictionsFragment.AppRestrictionsPreference
506 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( in addLocationAppRestrictionsPreference()
584 pref.getRestrictions().get(0).setSelectedState(pref.isChecked()); in onPreferenceTreeClick()
585 RestrictionUtils.setRestrictions(getActivity(), pref.getRestrictions(), mUser); in onPreferenceTreeClick()
621 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); in onPreferenceChange()
DRestrictionUtils.java49 public static ArrayList<RestrictionEntry> getRestrictions(Context context, UserHandle user) { in getRestrictions() method in RestrictionUtils
/packages/apps/Car/DebuggingRestrictionController/app/src/main/java/com/android/car/debuggingrestrictioncontroller/auth/
DTokenPayload.java42 public HashMap<String, Boolean> getRestrictions() { in getRestrictions() method in TokenPayload
/packages/apps/Settings/src/com/android/settings/users/
DRestrictionUtils.java58 public static ArrayList<RestrictionEntry> getRestrictions(Context context, UserHandle user) { in getRestrictions() method in RestrictionUtils
DAppRestrictionsFragment.java163 ArrayList<RestrictionEntry> getRestrictions() { in getRestrictions() method in AppRestrictionsFragment.AppRestrictionsPreference
461 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( in addLocationAppRestrictionsPreference()
538 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); in onPreferenceChange()
/packages/apps/Car/DebuggingRestrictionController/app/src/main/java/com/android/car/debuggingrestrictioncontroller/ui/token/
DTokenViewModel.java71 validatedPayload.getRestrictions(); in requestAccessToken()