Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java1564 long totalTxBytes = 0; in addTrafficToApplications() local
1568 totalTxBytes = Math.min(txBytes[i], txBytesAcrossUnderlyingIfaces); in addTrafficToApplications()
1605 totalTxBytes in addTrafficToApplications()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java11343 long totalTxBytes = 0; in updateBluetoothStateLocked() local
11366 totalTxBytes += txBytes; in updateBluetoothStateLocked()
11369 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()
11391 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()
11392 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()