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.java9966 long totalRxBytes = 0; in updateBluetoothStateLocked() local
9986 totalRxBytes += traffic.getRxBytes(); in updateBluetoothStateLocked()
9989 if ((totalTxBytes != 0 || totalRxBytes != 0) && in updateBluetoothStateLocked()
9998 if (totalRxBytes > 0 && traffic.getRxBytes() > 0) { in updateBluetoothStateLocked()
9999 final long timeRxMs = (leftOverRxTimeMs * traffic.getRxBytes()) / totalRxBytes; in updateBluetoothStateLocked()