Searched refs:totalTxPackets (Results 1 – 1 of 1) sorted by relevance
432 long totalTxPackets = 0; in testAppSummary() local447 totalTxPackets += bucket.getTxPackets(); in testAppSummary()463 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()541 long totalTxPackets = 0; in testUidDetails() local552 totalTxPackets += bucket.getTxPackets(); in testUidDetails()561 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()594 long totalTxPackets = 0; in testTagDetails() local606 totalTxPackets += bucket.getTxPackets(); in testTagDetails()619 + " for uid " + Process.myUid(), totalTxPackets > 0); in testTagDetails()814 long totalTxPackets = 0; in getTotalAndAssertNotEmpty() local[all …]