Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java135 static class AppRestrictionsPreference extends SwitchPreference { class in AppRestrictionsFragment
303 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
319 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
372 AppRestrictionsPreference p = new AppRestrictionsPreference(getPrefContext(), this); in populateApps()
459 AppRestrictionsPreference p) { in addLocationAppRestrictionsPreference()
492 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
502 if (v.getTag() instanceof AppRestrictionsPreference) { in onClick()
503 AppRestrictionsPreference pref = (AppRestrictionsPreference) v.getTag(); in onClick()
538 AppRestrictionsPreference appPref = (AppRestrictionsPreference) in onPreferenceChange()
620 AppRestrictionsPreference preference;
[all …]
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsFragment.java154 AppRestrictionsPreference(Context context) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference
351 AppRestrictionsPreference pref = (AppRestrictionsPreference) in onPackageChanged()
367 AppRestrictionsPreference pref = (AppRestrictionsPreference) findPreference( in onDisableUiForPackage()
420 AppRestrictionsPreference p = in populateApps()
501 AppRestrictionsPreference p = in addLocationAppRestrictionsPreference()
548 if (pref instanceof AppRestrictionsPreference) { in updateAllEntries()
578 AppRestrictionsPreference pref = (AppRestrictionsPreference) preference; in onPreferenceTreeClick()
619 AppRestrictionsPreference appPref = (AppRestrictionsPreference) in onPreferenceChange()
664 AppRestrictionsPreference preference) { in requestRestrictionsForApp()
680 private final AppRestrictionsPreference mPreference;
[all …]