Searched refs:totalRxPackets (Results 1 – 2 of 2) sorted by relevance
509 long totalRxPackets = 0; in testAppSummary() local528 totalRxPackets += bucket.getRxPackets(); in testAppSummary()543 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()624 long totalRxPackets = 0; in testUidDetails() local636 totalRxPackets += bucket.getRxPackets(); in testUidDetails()642 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()678 long totalRxPackets = 0; in testTagDetails() local691 totalRxPackets += bucket.getRxPackets(); in testTagDetails()699 + " for uid " + Process.myUid(), totalRxPackets > 0); in testTagDetails()936 long totalRxPackets = 0; in getTotalAndAssertNotEmpty() local[all …]
1740 long totalRxPackets = 0; in addTrafficToApplications() local1745 totalRxPackets = Math.min(rxPackets[i], rxPacketsAcrossUnderlyingIfaces); in addTrafficToApplications()1784 multiplySafeByRational(totalRxPackets, in addTrafficToApplications()