Searched refs:rxConsumptionMah (Results 1 – 2 of 2) sorted by relevance
357 final double rxConsumptionMah = calcRxStatePowerMah(rat, freq, rxDurationMs); in calculateActiveModemPowerMah() local358 if (Double.isNaN(rxConsumptionMah)) { in calculateActiveModemPowerMah()362 consumptionMah += rxConsumptionMah; in calculateActiveModemPowerMah()
12920 totalEstimatedConsumptionMah += rxTxConsumption.rxConsumptionMah; in noteModemControllerActivity()12957 public final double rxConsumptionMah; field in BatteryStatsImpl.RxTxConsumption12968 rxConsumptionMah = rxMah; in RxTxConsumption()12986 double rxConsumptionMah = 0.0; in incrementPerRatDataLocked() local13067 rxConsumptionMah += rxStatePowerConsumptionMah; in incrementPerRatDataLocked()13094 rxConsumptionMah += rxStatePowerConsumptionMah; in incrementPerRatDataLocked()13122 return new RxTxConsumption(rxConsumptionMah, rxDurationMs, txConsumptionMah, in incrementPerRatDataLocked()13142 consumptionMah += rxTxConsumption.rxConsumptionMah * rxPackets in smearModemActivityInfoRxTxConsumptionMah()