Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DFlashlightPowerCalculator.java41 return powerComponent == BatteryConsumer.POWER_COMPONENT_FLASHLIGHT; in isPowerComponentSupported()
54 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, durationMs) in calculate()
55 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, powerMah); in calculate()
58 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, durationMs) in calculate()
59 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, powerMah); in calculate()
68 app.setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, durationMs) in calculateApp()
69 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT, powerMah); in calculateApp()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DFlashlightPowerCalculatorTest.java57 assertThat(consumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testTimerBasedModel()
59 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testTimerBasedModel()
H A DBatteryUsageStatsProviderTest.java87 uidBatteryConsumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in test_getBatteryUsageStats()
117 uidBatteryConsumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in test_selectPowerComponents()
445 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testAggregateBatteryStats()
450 .getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testAggregateBatteryStats()
455 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) in testAggregateBatteryStats()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java54 POWER_COMPONENT_FLASHLIGHT,
77 public static final int POWER_COMPONENT_FLASHLIGHT = field in BatteryConsumer
78 OsProtoEnums.POWER_COMPONENT_FLASHLIGHT; // 6
113 sPowerComponentNames[POWER_COMPONENT_FLASHLIGHT] = "flashlight";
H A DBatteryStats.java4371 CHECKIN_POWER_COMPONENT_LABELS[BatteryConsumer.POWER_COMPONENT_FLASHLIGHT] = "flashlight";
8765 case BatteryConsumer.POWER_COMPONENT_FLASHLIGHT: in dumpProtoSystemLocked()