Searched refs:AppRestrictionsPreference (Results 1 – 2 of 2) 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.AppRestrictionsPreference301 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 …]
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 …]