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.java11386 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked() local
11388 Slog.d(TAG, "UID=" + uid + " tx_bytes=" + txBytes + " tx_time=" + timeTxMs); in updateBluetoothStateLocked()
11390 counter.getTxTimeCounters()[0].addCountLocked(timeTxMs); in updateBluetoothStateLocked()