Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DSystemServicePowerCalculatorTest.java112 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
115 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
121 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
124 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
144 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
147 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
153 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
156 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java50 POWER_COMPONENT_SYSTEM_SERVICES,
72 public static final int POWER_COMPONENT_SYSTEM_SERVICES = field in BatteryConsumer
73 OsProtoEnums.POWER_COMPONENT_SYSTEM_SERVICES; // 7
107 sPowerComponentNames[POWER_COMPONENT_SYSTEM_SERVICES] = "system_services";
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DSystemServicePowerCalculator.java103 app.setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
111 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
115 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
H A DSystemServiceCallLoadTest.java67 BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES); in test()
/aosp12/frameworks/proto_logging/stats/enums/os/
H A Denums.proto67 POWER_COMPONENT_SYSTEM_SERVICES = 7; enumerator