Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java10010 final long timeTxMs = (leftOverTxTimeMs * traffic.getTxBytes()) / totalTxBytes; in updateBluetoothStateLocked() local
10014 + " tx_time=" + timeTxMs); in updateBluetoothStateLocked()
10017 counter.getTxTimeCounters()[0].addCountLocked(timeTxMs); in updateBluetoothStateLocked()
10018 leftOverTxTimeMs -= timeTxMs; in updateBluetoothStateLocked()