Searched refs:POWER_COMPONENT_MEMORY (Results 1 – 5 of 5) sorted by relevance
42 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()
64 assertThat(consumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_MEMORY)) in testTimerBasedModel()66 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_MEMORY)) in testTimerBasedModel()
62 POWER_COMPONENT_MEMORY,88 public static final int POWER_COMPONENT_MEMORY = OsProtoEnums.POWER_COMPONENT_MEMORY; // 13 field in BatteryConsumer121 sPowerComponentNames[POWER_COMPONENT_MEMORY] = "memory";
4427 CHECKIN_POWER_COMPONENT_LABELS[BatteryConsumer.POWER_COMPONENT_MEMORY] = "memory";8797 case BatteryConsumer.POWER_COMPONENT_MEMORY: in dumpProtoSystemLocked()
78 POWER_COMPONENT_MEMORY = 13; enumerator