Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java292 long totalRxPackets = 0; in testAppSummary() local
300 totalRxPackets += bucket.getRxPackets(); in testAppSummary()
307 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()
346 long totalRxPackets = 0; in testAppDetails() local
355 totalRxPackets += bucket.getRxPackets(); in testAppDetails()
362 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppDetails()
401 long totalRxPackets = 0; in testUidDetails() local
410 totalRxPackets += bucket.getRxPackets(); in testUidDetails()
416 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()