Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java12207 double controllerMaMs = 0; in updateWifiState() local
12210 controllerMaMs = info.getControllerEnergyUsedMicroJoules() / opVolt; in updateWifiState()
12211 mWifiActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateWifiState()
12225 totalEstimatedConsumptionMah = Math.max(controllerMaMs / MILLISECONDS_IN_HOUR, in updateWifiState()
12752 double controllerMaMs = 0; in updateBluetoothStateLocked() local
12754 controllerMaMs = (info.getControllerEnergyUsed() - mLastBluetoothActivityInfo.energy) in updateBluetoothStateLocked()
12757 mBluetoothActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateBluetoothStateLocked()
12767 totalEstimatedMah = Math.max(totalEstimatedMah, controllerMaMs / MILLISECONDS_IN_HOUR); in updateBluetoothStateLocked()