Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java108 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap = new HashMap<>();
133 static class AppRestrictionsPreference extends SwitchPreference { class in AppRestrictionsFragment
141 AppRestrictionsPreference(Context context, OnClickListener listener) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference
295 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
311 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
364 AppRestrictionsPreference p = new AppRestrictionsPreference(getPrefContext(), this); in populateApps()
451 AppRestrictionsPreference p) { in addLocationAppRestrictionsPreference()
484 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
486 ((AppRestrictionsPreference) pref).setChecked(checked); in updateAllEntries()
494 if (v.getTag() instanceof AppRestrictionsPreference) { in onClick()
[all …]
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DAppRestrictionsFragment.java108 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap = new HashMap<>();
133 static class AppRestrictionsPreference extends SwitchPreference { class in AppRestrictionsFragment
141 AppRestrictionsPreference(Context context, OnClickListener listener) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference
295 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
311 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
364 AppRestrictionsPreference p = new AppRestrictionsPreference(getPrefContext(), this); in populateApps()
451 AppRestrictionsPreference p) { in addLocationAppRestrictionsPreference()
484 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
486 ((AppRestrictionsPreference) pref).setChecked(checked); in updateAllEntries()
494 if (v.getTag() instanceof AppRestrictionsPreference) { in onClick()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java147 private static class AppRestrictionsPreference extends PreferenceGroup { class in AppRestrictionsFragment
154 AppRestrictionsPreference(Context context) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference
233 AppRestrictionsPreference.this.setChecked(isChecked); in onCheckedChanged()
351 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
367 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
420 AppRestrictionsPreference p = in populateApps()
421 new AppRestrictionsPreference(getPreferenceManager().getContext()); in populateApps()
501 AppRestrictionsPreference p = in addLocationAppRestrictionsPreference()
502 new AppRestrictionsPreference(getPreferenceManager().getContext()); in addLocationAppRestrictionsPreference()
548 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
[all …]