Searched refs:totalRxPackets (Results 1 – 2 of 2) sorted by relevance
1588 long totalRxPackets = 0; in addTrafficToApplications() local1592 totalRxPackets = Math.min(rxPackets[i], rxPacketsAcrossUnderlyingIfaces); in addTrafficToApplications()1628 totalRxPackets in addTrafficToApplications()
11936 long totalRxPackets = 0; in updateWifiState() local11972 totalRxPackets += entry.rxPackets; in updateWifiState()12178 / totalRxPackets; in updateWifiState()12345 long totalRxPackets = 0; in noteModemControllerActivity() local12362 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()