Searched refs:totalRxBytes (Results 1 – 1 of 1) sorted by relevance
432 long totalRxBytes = 0; in testAppSummary() local447 totalRxBytes += bucket.getRxBytes(); in testAppSummary()457 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testAppSummary()541 long totalRxBytes = 0; in testUidDetails() local552 totalRxBytes += bucket.getRxBytes(); in testUidDetails()555 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testUidDetails()594 long totalRxBytes = 0; in testTagDetails() local606 totalRxBytes += bucket.getRxBytes(); in testTagDetails()610 + " for uid " + Process.myUid(), totalRxBytes > 0); in testTagDetails()814 long totalRxBytes = 0; in getTotalAndAssertNotEmpty() local[all …]