Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DSensorPowerCalculator.java43 return powerComponent == BatteryConsumer.POWER_COMPONENT_SENSORS; in isPowerComponentSupported()
61 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SENSORS, appsPowerMah); in calculate()
64 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SENSORS, appsPowerMah); in calculate()
71 app.setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_SENSORS, in calculateApp()
73 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SENSORS, powerMah); in calculateApp()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DSensorPowerCalculatorTest.java81 assertThat(consumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_SENSORS)) in testTimerBasedModel()
83 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_SENSORS)) in testTimerBasedModel()
87 assertThat(deviceConsumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_SENSORS)) in testTimerBasedModel()
91 assertThat(appsConsumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_SENSORS)) in testTimerBasedModel()
/frameworks/base/core/java/android/os/
DBatteryConsumer.java58 POWER_COMPONENT_SENSORS,
84 public static final int POWER_COMPONENT_SENSORS = OsProtoEnums.POWER_COMPONENT_SENSORS; // 9 field in BatteryConsumer
117 sPowerComponentNames[POWER_COMPONENT_SENSORS] = "sensors";
DBatteryStats.java4424 CHECKIN_POWER_COMPONENT_LABELS[BatteryConsumer.POWER_COMPONENT_SENSORS] = "sensors";
/frameworks/proto_logging/stats/enums/os/
Denums.proto74 POWER_COMPONENT_SENSORS = 9; enumerator