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.java429 long totalTxPackets = 0; in testAppSummary() local
444 totalTxPackets += bucket.getTxPackets(); in testAppSummary()
460 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()
538 long totalTxPackets = 0; in testUidDetails() local
549 totalTxPackets += bucket.getTxPackets(); in testUidDetails()
558 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()
591 long totalTxPackets = 0; in testTagDetails() local
603 totalTxPackets += bucket.getTxPackets(); in testTagDetails()
616 + " for uid " + Process.myUid(), totalTxPackets > 0); in testTagDetails()
811 long totalTxPackets = 0; in getTotalAndAssertNotEmpty() local
[all …]