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.java435 long totalRxBytes = 0; in testAppSummary() local
450 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() local
555 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() local
609 totalRxBytes += bucket.getRxBytes(); in testTagDetails()
613 + " for uid " + Process.myUid(), totalRxBytes > 0); in testTagDetails()
817 long totalRxBytes = 0; in getTotalAndAssertNotEmpty() local
[all …]