Home
last modified time | relevance | path

Searched refs:totalRxBytes (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java377 long totalRxBytes = 0; in testAppSummary() local
385 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() local
440 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() local
495 totalRxBytes += bucket.getRxBytes(); in testUidDetails()
498 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testUidDetails()