Searched refs:txToTotalRatio (Results 1 – 1 of 1) sorted by relevance
12965 public final double txToTotalRatio; field in BatteryStatsImpl.RxTxConsumption12975 txToTotalRatio = 0.0; in RxTxConsumption()12977 txToTotalRatio = ((double) txDurationMs) / activeDurationMs; in RxTxConsumption()13145 if (totalTxPackets != 0 || (totalRxPackets != 0 && rxTxConsumption.txToTotalRatio != 0.0)) { in smearModemActivityInfoRxTxConsumptionMah()13152 totalTxPackets + rxTxConsumption.txToTotalRatio * totalRxPackets; in smearModemActivityInfoRxTxConsumptionMah()13154 txPackets + rxTxConsumption.txToTotalRatio * rxPackets; in smearModemActivityInfoRxTxConsumptionMah()