Home
last modified time | relevance | path

Searched refs:POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java64 POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS,
95 public static final int POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS = field in BatteryConsumer
96 OsProtoEnums.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS; // 17
124 sPowerComponentNames[POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS] = "reattributed";
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DSystemServicePowerCalculatorTest.java127 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS)) in testPowerProfileBasedModel()
159 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS)) in testMeasuredEnergyBasedModel()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DSystemServicePowerCalculator.java99 BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS, in calculate()