Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java1578 long totalRxBytes = 0; in addTrafficToApplications() local
1586 totalRxBytes = Math.min(rxBytes[i], rxBytesAcrossUnderlyingIfaces); in addTrafficToApplications()
1621 totalRxBytes in addTrafficToApplications()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java12295 long totalRxBytes = 0; in updateBluetoothStateLocked() local
12316 totalRxBytes += rxBytes; in updateBluetoothStateLocked()
12320 if ((totalTxBytes != 0 || totalRxBytes != 0) && (leftOverRxTimeMs != 0 in updateBluetoothStateLocked()
12334 if (totalRxBytes > 0 && rxBytes > 0) { in updateBluetoothStateLocked()
12335 final long timeRxMs = (leftOverRxTimeMs * rxBytes) / totalRxBytes; in updateBluetoothStateLocked()