Searched refs:totalRxPackets (Results 1 – 2 of 2) sorted by relevance
301 long totalRxPackets = 0; in isEmpty() local307 totalRxPackets += entry.getRxPackets(); in isEmpty()312 final long totalPackets = totalRxPackets + totalTxPackets; in isEmpty()
12346 long totalRxPackets = 0; in updateWifiState() local12380 totalRxPackets += entry.getRxPackets(); in updateWifiState()12571 / totalRxPackets; in updateWifiState()12795 long totalRxPackets = 0; in noteModemControllerActivity() local12810 totalRxPackets += entry.getRxPackets(); in noteModemControllerActivity()12837 long totalPackets = totalRxPackets + totalTxPackets; in noteModemControllerActivity()12860 totalRxPackets, totalTxPackets); in noteModemControllerActivity()12880 if (totalRxPackets > 0 && entry.getRxPackets() > 0) { in noteModemControllerActivity()12882 * deltaInfo.getReceiveTimeMillis()) / totalRxPackets; in noteModemControllerActivity()13136 long rxPackets, long txPackets, long totalRxPackets, long totalTxPackets) { in smearModemActivityInfoRxTxConsumptionMah() argument[all …]