Searched refs:AppRestrictionsPreference (Results 1 – 2 of 2) sorted by relevance
110 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap = new HashMap<>();135 static class AppRestrictionsPreference extends SwitchPreferenceCompat { class in AppRestrictionsFragment143 AppRestrictionsPreference(Context context, OnClickListener listener) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference299 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 …]
156 private static class AppRestrictionsPreference extends PreferenceGroup { class in AppRestrictionsFragment163 AppRestrictionsPreference(Context context) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference242 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 …]