Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBluetoothPowerCalculator.java72 final double systemPowerMah = calculatePowerMah(powerModel, measuredChargeUC, in calculate() local
79 + " power=" + formatCharge(systemPowerMah)); in calculate()
86 Math.max(systemPowerMah, total.powerMah), powerModel); in calculate()
135 final double systemPowerMah = in calculate() local
139 final double powerMah = Math.max(0, systemPowerMah - total.powerMah); in calculate()