Searched refs:totalTxBytes (Results 1 – 1 of 1) sorted by relevance
458 long totalTxBytes = 0; in testAppSummary() local473 totalTxBytes += bucket.getTxBytes(); in testAppSummary()486 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()567 long totalTxBytes = 0; in testUidDetails() local578 totalTxBytes += bucket.getTxBytes(); in testUidDetails()584 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()620 long totalTxBytes = 0; in testTagDetails() local632 totalTxBytes += bucket.getTxBytes(); in testTagDetails()641 + " for uid " + Process.myUid(), totalTxBytes > 0); in testTagDetails()840 long totalTxBytes = 0; in getTotalAndAssertNotEmpty() local[all …]