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.java458 long totalTxBytes = 0; in testAppSummary() local
473 totalTxBytes += bucket.getTxBytes(); in testAppSummary()
486 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()
567 long totalTxBytes = 0; in testUidDetails() local
578 totalTxBytes += bucket.getTxBytes(); in testUidDetails()
584 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()
620 long totalTxBytes = 0; in testTagDetails() local
632 totalTxBytes += bucket.getTxBytes(); in testTagDetails()
641 + " for uid " + Process.myUid(), totalTxBytes > 0); in testTagDetails()
840 long totalTxBytes = 0; in getTotalAndAssertNotEmpty() local
[all …]