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