[Battery usage U] Remove 'Phone Idle' to avoid confusion
Bug: 252938706 Fix: 252938706 Test: manual Change-Id: I0ad973718f77640839dbdf4ac5ca4241f01bdb79
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user