Searched refs:totalTxBytes (Results 1 – 1 of 1) sorted by relevance
434 long totalTxBytes = 0; in testAppSummary() local449 totalTxBytes += bucket.getTxBytes(); in testAppSummary()462 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()543 long totalTxBytes = 0; in testUidDetails() local554 totalTxBytes += bucket.getTxBytes(); in testUidDetails()560 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()596 long totalTxBytes = 0; in testTagDetails() local608 totalTxBytes += bucket.getTxBytes(); in testTagDetails()617 + " for uid " + Process.myUid(), totalTxBytes > 0); in testTagDetails()816 long totalTxBytes = 0; in getTotalAndAssertNotEmpty() local[all …]