Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A DNetworkStats.java1588 long totalRxPackets = 0; in addTrafficToApplications() local
1592 totalRxPackets = Math.min(rxPackets[i], rxPacketsAcrossUnderlyingIfaces); in addTrafficToApplications()
1628 totalRxPackets in addTrafficToApplications()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java11936 long totalRxPackets = 0; in updateWifiState() local
11972 totalRxPackets += entry.rxPackets; in updateWifiState()
12178 / totalRxPackets; in updateWifiState()
12345 long totalRxPackets = 0; in noteModemControllerActivity() local
12362 totalRxPackets += entry.rxPackets; in noteModemControllerActivity()
12388 long totalPackets = totalRxPackets + totalTxPackets; in noteModemControllerActivity()
12421 if (totalRxPackets > 0 && entry.rxPackets > 0) { in noteModemControllerActivity()
12423 * deltaInfo.getReceiveTimeMillis()) / totalRxPackets; in noteModemControllerActivity()