Home
last modified time | relevance | path

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

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