Searched refs:totalRxPackets (Results 1 – 1 of 1) sorted by relevance
430 long totalRxPackets = 0; in testAppSummary() local445 totalRxPackets += bucket.getRxPackets(); in testAppSummary()458 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()539 long totalRxPackets = 0; in testUidDetails() local550 totalRxPackets += bucket.getRxPackets(); in testUidDetails()556 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()592 long totalRxPackets = 0; in testTagDetails() local604 totalRxPackets += bucket.getRxPackets(); in testTagDetails()612 + " for uid " + Process.myUid(), totalRxPackets > 0); in testTagDetails()812 long totalRxPackets = 0; in getTotalAndAssertNotEmpty() local[all …]