Searched defs:txTimeMs (Results 1 – 5 of 5) sorted by relevance
47 final long txTimeMs = counter.getTxTimeCounters()[0].getCountLocked(statsType); in calculateApp() local73 final long txTimeMs = counter.getTxTimeCounters()[0].getCountLocked(statsType); in calculateRemaining() local
80 final long txTimeMs = counter.getTxTimeCounters()[0].getCountLocked(statsType); in calculateRemaining() local
47 int[] txTimeMs, int rxTimeMs, int energyUsed) { in ModemActivityInfo()125 public void setTxTimeMillis(int[] txTimeMs) { in setTxTimeMillis()
564 final long txTimeMs = latest.mControllerTxTimeMs - lastTxMs; in extractDeltaLocked() local
257 public long[] txTimeMs; field in RawBatteryStats.GlobalModemController