Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java12965 public final double txToTotalRatio; field in BatteryStatsImpl.RxTxConsumption
12975 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()