Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DIdlePowerCalculatorTest.java57 assertThat(deviceConsumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_IDLE)) in testTimerBasedModel()
59 assertThat(deviceConsumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_IDLE)) in testTimerBasedModel()
63 assertThat(appsConsumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_IDLE)) in testTimerBasedModel()
65 assertThat(appsConsumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_IDLE)) in testTimerBasedModel()
/frameworks/base/services/core/java/com/android/server/power/stats/
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()
/frameworks/base/core/java/android/os/
DBatteryConsumer.java64 POWER_COMPONENT_IDLE,
92 public static final int POWER_COMPONENT_IDLE = OsProtoEnums.POWER_COMPONENT_IDLE; // 16 field in BatteryConsumer
124 sPowerComponentNames[POWER_COMPONENT_IDLE] = "idle";
DBatteryStats.java4430 CHECKIN_POWER_COMPONENT_LABELS[BatteryConsumer.POWER_COMPONENT_IDLE] = "idle";
8773 case BatteryConsumer.POWER_COMPONENT_IDLE: in dumpProtoSystemLocked()
8910 return powerComponent == BatteryConsumer.POWER_COMPONENT_IDLE in shouldHidePowerComponent()
/frameworks/proto_logging/stats/enums/os/
Denums.proto81 POWER_COMPONENT_IDLE = 16; enumerator