Searched refs:totalRxPackets (Results 1 – 1 of 1) sorted by relevance
433 long totalRxPackets = 0; in testAppSummary() local448 totalRxPackets += bucket.getRxPackets(); in testAppSummary()461 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()542 long totalRxPackets = 0; in testUidDetails() local553 totalRxPackets += bucket.getRxPackets(); in testUidDetails()559 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()595 long totalRxPackets = 0; in testTagDetails() local607 totalRxPackets += bucket.getRxPackets(); in testTagDetails()615 + " for uid " + Process.myUid(), totalRxPackets > 0); in testTagDetails()815 long totalRxPackets = 0; in getTotalAndAssertNotEmpty() local[all …]