Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DPowerGaugePreferenceTest.java79 mPowerGaugePreference.shouldShowAnomalyIcon(true); in testOnBindViewHolder_showAnomaly_bindAnomalyIcon()
90 mPowerGaugePreference.shouldShowAnomalyIcon(false); in testOnBindViewHolder_notShowAnomaly_bindAnomalyIcon()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerGaugePreference.java93 public void shouldShowAnomalyIcon(boolean showAnomalyIcon) { in shouldShowAnomalyIcon() method in PowerGaugePreference
H A DBatteryAppListPreferenceController.java249 pref.shouldShowAnomalyIcon(false); in refreshAppListGroup()