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.java459 long totalRxBytes = 0; in testAppSummary() local
474 totalRxBytes += bucket.getRxBytes(); in testAppSummary()
484 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testAppSummary()
568 long totalRxBytes = 0; in testUidDetails() local
579 totalRxBytes += bucket.getRxBytes(); in testUidDetails()
582 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testUidDetails()
621 long totalRxBytes = 0; in testTagDetails() local
633 totalRxBytes += bucket.getRxBytes(); in testTagDetails()
637 + " for uid " + Process.myUid(), totalRxBytes > 0); in testTagDetails()
841 long totalRxBytes = 0; in getTotalAndAssertNotEmpty() local
[all …]