Searched refs:timeTxMs (Results 1 – 1 of 1) sorted by relevance
10010 final long timeTxMs = (leftOverTxTimeMs * traffic.getTxBytes()) / totalTxBytes; in updateBluetoothStateLocked() local10014 + " tx_time=" + timeTxMs); in updateBluetoothStateLocked()10017 counter.getTxTimeCounters()[0].addCountLocked(timeTxMs); in updateBluetoothStateLocked()10018 leftOverTxTimeMs -= timeTxMs; in updateBluetoothStateLocked()