Searched refs:totalTxPackets (Results 1 – 1 of 1) sorted by relevance
429 long totalTxPackets = 0; in testAppSummary() local444 totalTxPackets += bucket.getTxPackets(); in testAppSummary()460 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()538 long totalTxPackets = 0; in testUidDetails() local549 totalTxPackets += bucket.getTxPackets(); in testUidDetails()558 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()591 long totalTxPackets = 0; in testTagDetails() local603 totalTxPackets += bucket.getTxPackets(); in testTagDetails()616 + " for uid " + Process.myUid(), totalTxPackets > 0); in testTagDetails()811 long totalTxPackets = 0; in getTotalAndAssertNotEmpty() local[all …]