Home
last modified time | relevance | path

Searched refs:AnomalyAppItemPreference (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DAnomalyAppItemPreference.java29 class AnomalyAppItemPreference extends PowerGaugePreference { class
35 AnomalyAppItemPreference(Context context) { in AnomalyAppItemPreference() method in AnomalyAppItemPreference
DBatteryUsageBreakdownController.java358 AnomalyAppItemPreference pref = mAppListPreferenceGroup.findPreference(prefKey); in addAllPreferences()
362 pref = (AnomalyAppItemPreference) mPreferenceCache.get(prefKey); in addAllPreferences()
366 pref = new AnomalyAppItemPreference(mPrefContext); in addAllPreferences()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryUsageBreakdownControllerTest.java67 @Mock private AnomalyAppItemPreference mAnomalyAppItemPreference;