Searched refs:totalTxBytes (Results 1 – 1 of 1) sorted by relevance
376 long totalTxBytes = 0; in testAppSummary() local384 totalTxBytes += bucket.getTxBytes(); in testAppSummary()391 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()430 long totalTxBytes = 0; in testAppDetails() local439 totalTxBytes += bucket.getTxBytes(); in testAppDetails()446 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppDetails()485 long totalTxBytes = 0; in testUidDetails() local494 totalTxBytes += bucket.getTxBytes(); in testUidDetails()500 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()