Searched refs:totalTxBytes (Results 1 – 1 of 1) sorted by relevance
9965 long totalTxBytes = 0; in updateBluetoothStateLocked() local9985 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()