Searched refs:POWER_COMPONENT_SENSORS (Results 1 – 5 of 5) sorted by relevance
43 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()
81 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()
58 POWER_COMPONENT_SENSORS,84 public static final int POWER_COMPONENT_SENSORS = OsProtoEnums.POWER_COMPONENT_SENSORS; // 9 field in BatteryConsumer117 sPowerComponentNames[POWER_COMPONENT_SENSORS] = "sensors";
4424 CHECKIN_POWER_COMPONENT_LABELS[BatteryConsumer.POWER_COMPONENT_SENSORS] = "sensors";
74 POWER_COMPONENT_SENSORS = 9; enumerator