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.java434 long totalTxBytes = 0; in testAppSummary() local
449 totalTxBytes += bucket.getTxBytes(); in testAppSummary()
462 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()
543 long totalTxBytes = 0; in testUidDetails() local
554 totalTxBytes += bucket.getTxBytes(); in testUidDetails()
560 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()
596 long totalTxBytes = 0; in testTagDetails() local
608 totalTxBytes += bucket.getTxBytes(); in testTagDetails()
617 + " for uid " + Process.myUid(), totalTxBytes > 0); in testTagDetails()
816 long totalTxBytes = 0; in getTotalAndAssertNotEmpty() local
[all …]