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.java374 long totalTxPackets = 0; in testAppSummary() local
382 totalTxPackets += bucket.getTxPackets(); in testAppSummary()
392 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()
428 long totalTxPackets = 0; in testAppDetails() local
437 totalTxPackets += bucket.getTxPackets(); in testAppDetails()
447 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppDetails()
483 long totalTxPackets = 0; in testUidDetails() local
492 totalTxPackets += bucket.getTxPackets(); in testUidDetails()
501 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()