Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java12834 long totalTxBytes = 0; in updateBluetoothStateLocked() local
12857 totalTxBytes += txBytes; in updateBluetoothStateLocked()
12860 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()
12879 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()
12880 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()