Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java12835 long totalRxBytes = 0; in updateBluetoothStateLocked() local
12856 totalRxBytes += rxBytes; in updateBluetoothStateLocked()
12860 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()
12874 if (totalRxBytes > 0 && rxBytes > 0) { in updateBluetoothStateLocked()
12875 final long timeRxMs = (leftOverRxTimeMs * rxBytes) / totalRxBytes; in updateBluetoothStateLocked()