Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DMemoryPowerCalculator.java42 return powerComponent == BatteryConsumer.POWER_COMPONENT_MEMORY; in isPowerComponentSupported()
54 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_MEMORY, durationMs) in calculate()
55 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_MEMORY, powerMah); in calculate()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DMemoryPowerCalculatorTest.java64 assertThat(consumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_MEMORY)) in testTimerBasedModel()
66 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_MEMORY)) in testTimerBasedModel()
/frameworks/base/core/java/android/os/
DBatteryConsumer.java62 POWER_COMPONENT_MEMORY,
88 public static final int POWER_COMPONENT_MEMORY = OsProtoEnums.POWER_COMPONENT_MEMORY; // 13 field in BatteryConsumer
121 sPowerComponentNames[POWER_COMPONENT_MEMORY] = "memory";
DBatteryStats.java4427 CHECKIN_POWER_COMPONENT_LABELS[BatteryConsumer.POWER_COMPONENT_MEMORY] = "memory";
8797 case BatteryConsumer.POWER_COMPONENT_MEMORY: in dumpProtoSystemLocked()
/frameworks/proto_logging/stats/enums/os/
Denums.proto78 POWER_COMPONENT_MEMORY = 13; enumerator