Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DFlashlightPowerCalculator.java47 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, durationMs) in calculate()
48 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, powerMah); in calculate()
51 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, durationMs) in calculate()
52 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, powerMah); in calculate()
61 app.setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, durationMs) in calculateApp()
62 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, powerMah); in calculateApp()
/frameworks/base/core/java/android/os/
DBatteryConsumer.java48 POWER_COMPONENT_FLASHLIGHT,
70 public static final int POWER_COMPONENT_FLASHLIGHT = field in BatteryConsumer
71 OsProtoEnums.POWER_COMPONENT_FLASHLIGHT; // 6
106 sPowerComponentNames[POWER_COMPONENT_FLASHLIGHT] = "flashlight";
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DFlashlightPowerCalculatorTest.java55 assertThat(consumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testTimerBasedModel()
57 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testTimerBasedModel()
DBatteryUsageStatsProviderTest.java251 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testAggregateBatteryStats()
256 .getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testAggregateBatteryStats()
261 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testAggregateBatteryStats()
/frameworks/proto_logging/stats/enums/os/
Denums.proto66 POWER_COMPONENT_FLASHLIGHT = 6; enumerator