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.java110 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap = new HashMap<>();
135 static class AppRestrictionsPreference extends SwitchPreferenceCompat { class in AppRestrictionsFragment
143 AppRestrictionsPreference(Context context, OnClickListener listener) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference
299 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
315 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
368 AppRestrictionsPreference p = new AppRestrictionsPreference(getPrefContext(), this); in populateApps()
455 AppRestrictionsPreference p) { in addLocationAppRestrictionsPreference()
488 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
490 ((AppRestrictionsPreference) pref).setChecked(checked); in updateAllEntries()
498 if (v.getTag() instanceof AppRestrictionsPreference) { in onClick()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java156 private static class AppRestrictionsPreference extends PreferenceGroup { class in AppRestrictionsFragment
163 AppRestrictionsPreference(Context context) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference
242 AppRestrictionsPreference.this.setChecked(isChecked); in onCheckedChanged()
373 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
389 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
454 AppRestrictionsPreference p = in populateApps()
455 new AppRestrictionsPreference(getPreferenceManager().getContext()); in populateApps()
535 AppRestrictionsPreference p = in addLocationAppRestrictionsPreference()
536 new AppRestrictionsPreference(getPreferenceManager().getContext()); in addLocationAppRestrictionsPreference()
582 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
[all …]