Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java1594 long totalTxBytes = 0; in addTrafficToApplications() local
1598 totalTxBytes = Math.min(txBytes[i], txBytesAcrossUnderlyingIfaces); in addTrafficToApplications()
1635 totalTxBytes in addTrafficToApplications()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java12294 long totalTxBytes = 0; in updateBluetoothStateLocked() local
12317 totalTxBytes += txBytes; in updateBluetoothStateLocked()
12320 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()
12347 if (totalTxBytes > 0 && txBytes > 0) { in updateBluetoothStateLocked()
12348 final long timeTxMs = (leftOverTxTimeMs * txBytes) / totalTxBytes; in updateBluetoothStateLocked()