Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DSystemServicePowerCalculatorTest.java121 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
124 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
130 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
133 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testPowerProfileBasedModel()
153 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
156 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
162 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
165 .getConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES)) in testMeasuredEnergyBasedModel()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DSystemServicePowerCalculator.java65 return powerComponent == BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES; in isPowerComponentSupported()
107 app.setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
115 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
119 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES, in calculate()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java56 POWER_COMPONENT_SYSTEM_SERVICES,
79 public static final int POWER_COMPONENT_SYSTEM_SERVICES = field in BatteryConsumer
80 OsProtoEnums.POWER_COMPONENT_SYSTEM_SERVICES; // 7
114 sPowerComponentNames[POWER_COMPONENT_SYSTEM_SERVICES] = "system_services";
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
H A DSystemServiceCallLoadTest.java67 BatteryConsumer.POWER_COMPONENT_SYSTEM_SERVICES); in test()