Searched refs:totalRxBytes (Results 1 – 1 of 1) sorted by relevance
377 long totalRxBytes = 0; in testAppSummary() local385 totalRxBytes += bucket.getRxBytes(); in testAppSummary()389 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testAppSummary()431 long totalRxBytes = 0; in testAppDetails() local440 totalRxBytes += bucket.getRxBytes(); in testAppDetails()444 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testAppDetails()486 long totalRxBytes = 0; in testUidDetails() local495 totalRxBytes += bucket.getRxBytes(); in testUidDetails()498 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testUidDetails()