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.java9965 long totalTxBytes = 0; in updateBluetoothStateLocked() local
9985 totalTxBytes += traffic.getTxBytes(); in updateBluetoothStateLocked()
9989 if ((totalTxBytes != 0 || totalRxBytes != 0) && in updateBluetoothStateLocked()
10009 if (totalTxBytes > 0 && traffic.getTxBytes() > 0) { in updateBluetoothStateLocked()
10010 final long timeTxMs = (leftOverTxTimeMs * traffic.getTxBytes()) / totalTxBytes; in updateBluetoothStateLocked()