Searched refs:totalTxPackets (Results 1 – 1 of 1) sorted by relevance
374 long totalTxPackets = 0; in testAppSummary() local382 totalTxPackets += bucket.getTxPackets(); in testAppSummary()392 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()428 long totalTxPackets = 0; in testAppDetails() local437 totalTxPackets += bucket.getTxPackets(); in testAppDetails()447 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppDetails()483 long totalTxPackets = 0; in testUidDetails() local492 totalTxPackets += bucket.getTxPackets(); in testUidDetails()501 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()