Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java11338 long totalRxBytes = 0; in updateBluetoothStateLocked() local
11359 totalRxBytes += rxBytes; in updateBluetoothStateLocked()
11363 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()
11377 if (totalRxBytes > 0 && rxBytes > 0) { in updateBluetoothStateLocked()
11378 final long timeRxMs = (leftOverRxTimeMs * rxBytes) / totalRxBytes; in updateBluetoothStateLocked()