Searched refs:AppRestrictionsPreference (Results 1 – 3 of 3) sorted by relevance
108 private HashMap<Integer, AppRestrictionsPreference> mCustomRequestMap = new HashMap<>();133 static class AppRestrictionsPreference extends SwitchPreference { class in AppRestrictionsFragment141 AppRestrictionsPreference(Context context, OnClickListener listener) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference295 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 …]
147 private static class AppRestrictionsPreference extends PreferenceGroup { class in AppRestrictionsFragment154 AppRestrictionsPreference(Context context) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference233 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 …]