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.java432 long totalRxBytes = 0; in testAppSummary() local
447 totalRxBytes += bucket.getRxBytes(); in testAppSummary()
457 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testAppSummary()
541 long totalRxBytes = 0; in testUidDetails() local
552 totalRxBytes += bucket.getRxBytes(); in testUidDetails()
555 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testUidDetails()
594 long totalRxBytes = 0; in testTagDetails() local
606 totalRxBytes += bucket.getRxBytes(); in testTagDetails()
610 + " for uid " + Process.myUid(), totalRxBytes > 0); in testTagDetails()
814 long totalRxBytes = 0; in getTotalAndAssertNotEmpty() local
[all …]