Searched refs:AppRestrictionsPreference (Results 1 – 2 of 2) sorted by relevance
135 static class AppRestrictionsPreference extends SwitchPreference { class in AppRestrictionsFragment303 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 …]
154 AppRestrictionsPreference(Context context) { in AppRestrictionsPreference() method in AppRestrictionsFragment.AppRestrictionsPreference351 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 …]