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.java433 long totalRxPackets = 0; in testAppSummary() local
448 totalRxPackets += bucket.getRxPackets(); in testAppSummary()
461 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()
542 long totalRxPackets = 0; in testUidDetails() local
553 totalRxPackets += bucket.getRxPackets(); in testUidDetails()
559 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()
595 long totalRxPackets = 0; in testTagDetails() local
607 totalRxPackets += bucket.getRxPackets(); in testTagDetails()
615 + " for uid " + Process.myUid(), totalRxPackets > 0); in testTagDetails()
815 long totalRxPackets = 0; in getTotalAndAssertNotEmpty() local
[all …]