[Battery usage U] Remove 'Phone Idle' to avoid confusion

Bug: 252938706
Fix: 252938706
Test: manual
Change-Id: I0ad973718f77640839dbdf4ac5ca4241f01bdb79
This commit is contained in:
Zaiyue Xue
2022-12-21 20:32:10 +08:00
parent 2c7f06e9b3
commit daeafc8fc6
7 changed files with 30 additions and 49 deletions

View File

@@ -337,9 +337,6 @@ public class BatteryEntryTest {
assertNameAndIcon(BatteryConsumer.POWER_COMPONENT_WIFI,
R.string.power_wifi,
R.drawable.ic_settings_wireless_no_theme);
assertNameAndIcon(BatteryConsumer.POWER_COMPONENT_IDLE,
R.string.power_idle,
R.drawable.ic_settings_phone_idle);
}
private void assertNameAndIcon(String name, int stringId) {