HomeSort by relevance Sort by last modified time
    Searched refs:AppRestrictionsPreference (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 107 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap = new HashMap<>();
132 static class AppRestrictionsPreference extends SwitchPreference {
140 AppRestrictionsPreference(Context context, OnClickListener listener) {
294 AppRestrictionsPreference pref = (AppRestrictionsPreference)
310 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference(
363 AppRestrictionsPreference p = new AppRestrictionsPreference(getPrefContext(), this);
450 AppRestrictionsPreference p)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 146 private static class AppRestrictionsPreference extends PreferenceGroup {
153 AppRestrictionsPreference(Context context) {
232 AppRestrictionsPreference.this.setChecked(isChecked);
350 AppRestrictionsPreference pref = (AppRestrictionsPreference)
366 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference(
419 AppRestrictionsPreference p =
420 new AppRestrictionsPreference(getPreferenceManager().getContext());
500 AppRestrictionsPreference p
    [all...]

Completed in 156 milliseconds