Searched refs:totalTxBytes (Results 1 – 1 of 1) sorted by relevance
431 long totalTxBytes = 0; in testAppSummary() local446 totalTxBytes += bucket.getTxBytes(); in testAppSummary()459 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()540 long totalTxBytes = 0; in testUidDetails() local551 totalTxBytes += bucket.getTxBytes(); in testUidDetails()557 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()593 long totalTxBytes = 0; in testTagDetails() local605 totalTxBytes += bucket.getTxBytes(); in testTagDetails()614 + " for uid " + Process.myUid(), totalTxBytes > 0); in testTagDetails()813 long totalTxBytes = 0; in getTotalAndAssertNotEmpty() local[all …]