Searched refs:txToTotalRatio (Results 1 – 1 of 1) sorted by relevance
12450 public final double txToTotalRatio; field in BatteryStatsImpl.RxTxConsumption12460 txToTotalRatio = 0.0; in RxTxConsumption()12462 txToTotalRatio = ((double) txDurationMs) / activeDurationMs; in RxTxConsumption()12630 if (totalTxPackets != 0 || (totalRxPackets != 0 && rxTxConsumption.txToTotalRatio != 0.0)) { in smearModemActivityInfoRxTxConsumptionMah()12637 totalTxPackets + rxTxConsumption.txToTotalRatio * totalRxPackets; in smearModemActivityInfoRxTxConsumptionMah()12639 txPackets + rxTxConsumption.txToTotalRatio * rxPackets; in smearModemActivityInfoRxTxConsumptionMah()