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.java430 long totalRxPackets = 0; in testAppSummary() local
445 totalRxPackets += bucket.getRxPackets(); in testAppSummary()
458 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testAppSummary()
539 long totalRxPackets = 0; in testUidDetails() local
550 totalRxPackets += bucket.getRxPackets(); in testUidDetails()
556 assertTrue("No Rx packets usage for uid " + Process.myUid(), totalRxPackets > 0); in testUidDetails()
592 long totalRxPackets = 0; in testTagDetails() local
604 totalRxPackets += bucket.getRxPackets(); in testTagDetails()
612 + " for uid " + Process.myUid(), totalRxPackets > 0); in testTagDetails()
812 long totalRxPackets = 0; in getTotalAndAssertNotEmpty() local
[all …]