Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java12113 double controllerMaMs = 0; in updateWifiState() local
12116 controllerMaMs = info.getControllerEnergyUsedMicroJoules() / opVolt; in updateWifiState()
12117 mWifiActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateWifiState()
12130 totalEstimatedConsumptionMah = Math.max(controllerMaMs / MILLISECONDS_IN_HOUR, in updateWifiState()
12926 double controllerMaMs = 0; in updateBluetoothStateLocked() local
12928 controllerMaMs = (info.getControllerEnergyUsed() - mLastBluetoothActivityInfo.energy) in updateBluetoothStateLocked()
12931 mBluetoothActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateBluetoothStateLocked()
12941 totalEstimatedMah = Math.max(totalEstimatedMah, controllerMaMs / MILLISECONDS_IN_HOUR); in updateBluetoothStateLocked()