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

/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java107 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap = new HashMap<>();
132 static class AppRestrictionsPreference extends SwitchPreference { class in class:AppRestrictionsFragment
140 AppRestrictionsPreference(Context context, OnClickListener listener) { method in class:AppRestrictionsFragment.AppRestrictionsPreference
294 AppRestrictionsPreference pref = (AppRestrictionsPreference)
310 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference(
363 AppRestrictionsPreference p = new AppRestrictionsPreference(getPrefContext(), this);
450 AppRestrictionsPreference
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsFragment.java135 static class AppRestrictionsPreference extends PreferenceGroup { class in class:AppRestrictionsFragment
142 AppRestrictionsPreference(Context context) { method in class:AppRestrictionsFragment.AppRestrictionsPreference
221 AppRestrictionsPreference.this.setChecked(isChecked);
327 AppRestrictionsPreference pref = (AppRestrictionsPreference)
343 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference(
396 AppRestrictionsPreference p =
397 new AppRestrictionsPreference(getPreferenceManager().getContext());
477 AppRestrictionsPreference
[all...]

Completed in 164 milliseconds