Searched refs:AnomalyAppItemPreference (Results 1 – 3 of 3) sorted by relevance
29 class AnomalyAppItemPreference extends PowerGaugePreference { class35 AnomalyAppItemPreference(Context context) { in AnomalyAppItemPreference() method in AnomalyAppItemPreference
358 AnomalyAppItemPreference pref = mAppListPreferenceGroup.findPreference(prefKey); in addAllPreferences()362 pref = (AnomalyAppItemPreference) mPreferenceCache.get(prefKey); in addAllPreferences()366 pref = new AnomalyAppItemPreference(mPrefContext); in addAllPreferences()
67 @Mock private AnomalyAppItemPreference mAnomalyAppItemPreference;