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.java457 long totalRxPackets = 0; in testAppSummary() local
472 totalRxPackets += bucket.getRxPackets(); in testAppSummary()
485 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()
566 long totalRxPackets = 0; in testUidDetails() local
577 totalRxPackets += bucket.getRxPackets(); in testUidDetails()
583 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()
619 long totalRxPackets = 0; in testTagDetails() local
631 totalRxPackets += bucket.getRxPackets(); in testTagDetails()
639 + " for uid " + Process.myUid(), totalRxPackets > 0); in testTagDetails()
839 long totalRxPackets = 0; in getTotalAndAssertNotEmpty() local
[all …]