Searched refs:totalTxPackets (Results 1 – 1 of 1) sorted by relevance
291 long totalTxPackets = 0; in testAppSummary() local299 totalTxPackets += bucket.getTxPackets(); in testAppSummary()309 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()345 long totalTxPackets = 0; in testAppDetails() local354 totalTxPackets += bucket.getTxPackets(); in testAppDetails()364 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppDetails()400 long totalTxPackets = 0; in testUidDetails() local409 totalTxPackets += bucket.getTxPackets(); in testUidDetails()418 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()