Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DSystemServicePowerCalculatorTest.java132 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
135 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
141 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
144 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
166 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
169 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
175 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
178 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
/frameworks/base/services/core/java/com/android/server/power/stats/
DSystemServicePowerCalculator.java62 return powerComponent == BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES; in isPowerComponentSupported()
104 app.setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
112 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
116 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
DSystemServiceCallLoadTest.java67 BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES); in test()
/frameworks/base/core/java/android/os/
DBatteryConsumer.java57 POWER_COMPONENT_SYSTEM_SERVICES,
80 public static final int POWER_COMPONENT_SYSTEM_SERVICES = field in BatteryConsumer
81 OsProtoEnums.POWER_COMPONENT_SYSTEM_SERVICES; // 7
115 sPowerComponentNames[POWER_COMPONENT_SYSTEM_SERVICES] = "system_services";
/frameworks/proto_logging/stats/enums/os/
Denums.proto72 POWER_COMPONENT_SYSTEM_SERVICES = 7; enumerator