Home
last modified time | relevance | path

Searched refs:AppRestrictionsPreference (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java107 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap = new HashMap<>();
132 static class AppRestrictionsPreference extends SwitchPreference { class in AppRestrictionsFragment
140 AppRestrictionsPreference(Context context, OnClickListener listener) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference
294 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
310 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
363 AppRestrictionsPreference p = new AppRestrictionsPreference(getPrefContext(), this); in populateApps()
450 AppRestrictionsPreference p) { in addLocationAppRestrictionsPreference()
483 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
485 ((AppRestrictionsPreference) pref).setChecked(checked); in updateAllEntries()
493 if (v.getTag() instanceof AppRestrictionsPreference) { in onClick()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java135 private static class AppRestrictionsPreference extends PreferenceGroup { class in AppRestrictionsFragment
142 AppRestrictionsPreference(Context context) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference
221 AppRestrictionsPreference.this.setChecked(isChecked); in onCheckedChanged()
327 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
343 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
396 AppRestrictionsPreference p = in populateApps()
397 new AppRestrictionsPreference(getPreferenceManager().getContext()); in populateApps()
477 AppRestrictionsPreference p = in addLocationAppRestrictionsPreference()
478 new AppRestrictionsPreference(getPreferenceManager().getContext()); in addLocationAppRestrictionsPreference()
524 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
[all …]