Searched refs:totalRxPackets (Results 1 – 1 of 1) sorted by relevance
11834 long totalRxPackets = 0; in updateWifiState() local11868 totalRxPackets += entry.getRxPackets(); in updateWifiState()12059 / totalRxPackets; in updateWifiState()12280 long totalRxPackets = 0; in noteModemControllerActivity() local12295 totalRxPackets += entry.getRxPackets(); in noteModemControllerActivity()12322 long totalPackets = totalRxPackets + totalTxPackets; in noteModemControllerActivity()12345 totalRxPackets, totalTxPackets); in noteModemControllerActivity()12365 if (totalRxPackets > 0 && entry.getRxPackets() > 0) { in noteModemControllerActivity()12625 if (totalRxPackets != 0) { in smearModemActivityInfoRxTxConsumptionMah()12628 / totalRxPackets; in smearModemActivityInfoRxTxConsumptionMah()[all …]