Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java12939 double totalEstimatedMah in updateBluetoothStateLocked() local
12941 totalEstimatedMah = Math.max(totalEstimatedMah, controllerMaMs / MILLISECONDS_IN_HOUR); in updateBluetoothStateLocked()
12943 consumedChargeUC, uidEstimatedConsumptionMah, totalEstimatedMah, in updateBluetoothStateLocked()