Home
last modified time | relevance | path

Searched refs:POWER_COMPONENT_IDLE (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DIdlePowerCalculatorTest.java51 assertThat(deviceConsumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_IDLE)) in testTimerBasedModel()
53 assertThat(deviceConsumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_IDLE)) in testTimerBasedModel()
57 assertThat(appsConsumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_IDLE)) in testTimerBasedModel()
59 assertThat(appsConsumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_IDLE)) in testTimerBasedModel()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DIdlePowerCalculator.java49 return powerComponent == BatteryConsumer.POWER_COMPONENT_IDLE; in isPowerComponentSupported()
60 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_IDLE, mPowerMah) in calculate()
61 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_IDLE, mDurationMs); in calculate()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java63 POWER_COMPONENT_IDLE,
91 public static final int POWER_COMPONENT_IDLE = OsProtoEnums.POWER_COMPONENT_IDLE; // 16 field in BatteryConsumer
123 sPowerComponentNames[POWER_COMPONENT_IDLE] = "idle";
H A DBatteryStats.java4379 CHECKIN_POWER_COMPONENT_LABELS[BatteryConsumer.POWER_COMPONENT_IDLE] = "idle";
8747 case BatteryConsumer.POWER_COMPONENT_IDLE: in dumpProtoSystemLocked()
8886 return powerComponent == BatteryConsumer.POWER_COMPONENT_IDLE in shouldHidePowerComponent()