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.java58 POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS,
88 public static final int POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS = field in BatteryConsumer
89 OsProtoEnums.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS; // 17
117 sPowerComponentNames[POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS] = "reattributed";
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DSystemServicePowerCalculatorTest.java118 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS)) in testPowerProfileBasedModel()
150 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS)) in testMeasuredEnergyBasedModel()
/frameworks/base/core/java/com/android/internal/os/
DSystemServicePowerCalculator.java95 BatteryConsumer.POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS, in calculate()
/frameworks/proto_logging/stats/enums/os/
Denums.proto80 POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS = 17; enumerator