Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java376 long totalTxBytes = 0; in testAppSummary() local
384 totalTxBytes += bucket.getTxBytes(); in testAppSummary()
391 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()
430 long totalTxBytes = 0; in testAppDetails() local
439 totalTxBytes += bucket.getTxBytes(); in testAppDetails()
446 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppDetails()
485 long totalTxBytes = 0; in testUidDetails() local
494 totalTxBytes += bucket.getTxBytes(); in testUidDetails()
500 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()