Searched refs:totalTxPackets (Results 1 – 1 of 1) sorted by relevance
456 long totalTxPackets = 0; in testAppSummary() local471 totalTxPackets += bucket.getTxPackets(); in testAppSummary()487 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()565 long totalTxPackets = 0; in testUidDetails() local576 totalTxPackets += bucket.getTxPackets(); in testUidDetails()585 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()618 long totalTxPackets = 0; in testTagDetails() local630 totalTxPackets += bucket.getTxPackets(); in testTagDetails()643 + " for uid " + Process.myUid(), totalTxPackets > 0); in testTagDetails()838 long totalTxPackets = 0; in getTotalAndAssertNotEmpty() local[all …]