Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java11337 long totalTxBytes = 0; in updateBluetoothStateLocked() local
11360 totalTxBytes += txBytes; in updateBluetoothStateLocked()
11363 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()
11385 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()
11386 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()