Searched refs:totalRxBytes (Results 1 – 1 of 1) sorted by relevance
435 long totalRxBytes = 0; in testAppSummary() local450 totalRxBytes += bucket.getRxBytes(); in testAppSummary()460 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testAppSummary()544 long totalRxBytes = 0; in testUidDetails() local555 totalRxBytes += bucket.getRxBytes(); in testUidDetails()558 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testUidDetails()597 long totalRxBytes = 0; in testTagDetails() local609 totalRxBytes += bucket.getRxBytes(); in testTagDetails()613 + " for uid " + Process.myUid(), totalRxBytes > 0); in testTagDetails()817 long totalRxBytes = 0; in getTotalAndAssertNotEmpty() local[all …]