Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java12339 double totalEstimatedConsumptionMah = 0; in updateWifiState() local
12645 totalEstimatedConsumptionMah = Math.max(controllerMaMs / MILLISECONDS_IN_HOUR, in updateWifiState()
12661 totalEstimatedConsumptionMah = mWifiPowerCalculator in updateWifiState()
12665 consumedChargeUC, uidEstimatedConsumptionMah, totalEstimatedConsumptionMah, in updateWifiState()
12909 double totalEstimatedConsumptionMah = 0.0; in noteModemControllerActivity() local
12919 totalEstimatedConsumptionMah += inactiveConsumptionMah; in noteModemControllerActivity()
12920 totalEstimatedConsumptionMah += rxTxConsumption.rxConsumptionMah; in noteModemControllerActivity()
12921 totalEstimatedConsumptionMah += rxTxConsumption.txConsumptionMah; in noteModemControllerActivity()
12924 totalEstimatedConsumptionMah += in noteModemControllerActivity()
12936 totalEstimatedConsumptionMah += in noteModemControllerActivity()
[all …]