Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DSystemServicePowerCalculator.java79 double systemServicePowerMah; in calculate() local
81 systemServicePowerMah = calculatePowerUsingEnergyConsumption(batteryStats, in calculate()
84 systemServicePowerMah = calculatePowerUsingPowerProfile(batteryStats); in calculate()
93 systemServicePowerMah = Math.min(systemServicePowerMah, in calculate()
100 -systemServicePowerMah, powerModel); in calculate()
108 systemServicePowerMah * uid.getProportionalSystemServiceUsage(), in calculate()
116 systemServicePowerMah); in calculate()
120 systemServicePowerMah); in calculate()