Searched refs:totalRxPackets (Results 1 – 1 of 1) sorted by relevance
457 long totalRxPackets = 0; in testAppSummary() local472 totalRxPackets += bucket.getRxPackets(); in testAppSummary()485 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()566 long totalRxPackets = 0; in testUidDetails() local577 totalRxPackets += bucket.getRxPackets(); in testUidDetails()583 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()619 long totalRxPackets = 0; in testTagDetails() local631 totalRxPackets += bucket.getRxPackets(); in testTagDetails()639 + " for uid " + Process.myUid(), totalRxPackets > 0); in testTagDetails()839 long totalRxPackets = 0; in getTotalAndAssertNotEmpty() local[all …]