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

This commit is contained in:
TreeHugger Robot
2022-12-26 02:42:50 +00:00
committed by Android (Google) Code Review
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) {