Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java291 long totalTxPackets = 0; in testAppSummary() local
299 totalTxPackets += bucket.getTxPackets(); in testAppSummary()
309 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()
345 long totalTxPackets = 0; in testAppDetails() local
354 totalTxPackets += bucket.getTxPackets(); in testAppDetails()
364 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppDetails()
400 long totalTxPackets = 0; in testUidDetails() local
409 totalTxPackets += bucket.getTxPackets(); in testUidDetails()
418 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()