Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryConsumer.java65 POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS,
96 public static final int POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS = field in BatteryConsumer
97 OsProtoEnums.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS; // 17
125 sPowerComponentNames[POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS] = "reattributed";
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DSystemServicePowerCalculatorTest.java138 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS)) in testPowerProfileBasedModel()
172 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS)) in testMeasuredEnergyBasedModel()
/frameworks/base/services/core/java/com/android/server/power/stats/
DSystemServicePowerCalculator.java96 BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS, in calculate()
/frameworks/proto_logging/stats/enums/os/
Denums.proto85 POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS = 17; enumerator