Searched refs:totalRxPackets (Results 1 – 1 of 1) sorted by relevance
292 long totalRxPackets = 0; in testAppSummary() local300 totalRxPackets += bucket.getRxPackets(); in testAppSummary()307 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()346 long totalRxPackets = 0; in testAppDetails() local355 totalRxPackets += bucket.getRxPackets(); in testAppDetails()362 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppDetails()401 long totalRxPackets = 0; in testUidDetails() local410 totalRxPackets += bucket.getRxPackets(); in testUidDetails()416 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()