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.java431 long totalTxBytes = 0; in testAppSummary() local
446 totalTxBytes += bucket.getTxBytes(); in testAppSummary()
459 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()
540 long totalTxBytes = 0; in testUidDetails() local
551 totalTxBytes += bucket.getTxBytes(); in testUidDetails()
557 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()
593 long totalTxBytes = 0; in testTagDetails() local
605 totalTxBytes += bucket.getTxBytes(); in testTagDetails()
614 + " for uid " + Process.myUid(), totalTxBytes > 0); in testTagDetails()
813 long totalTxBytes = 0; in getTotalAndAssertNotEmpty() local
[all …]