Searched refs:controllerMaMs (Results 1 – 1 of 1) sorted by relevance
12207 double controllerMaMs = 0; in updateWifiState() local12210 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() local12754 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()