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.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
301 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
317 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
370 AppRestrictionsPreference p = new AppRestrictionsPreference(getPrefContext(), this); in populateApps()
457 AppRestrictionsPreference p) { in addLocationAppRestrictionsPreference()
490 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
492 ((AppRestrictionsPreference) pref).setChecked(checked); in updateAllEntries()
500 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 …]