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.java456 long totalTxPackets = 0; in testAppSummary() local
471 totalTxPackets += bucket.getTxPackets(); in testAppSummary()
487 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()
565 long totalTxPackets = 0; in testUidDetails() local
576 totalTxPackets += bucket.getTxPackets(); in testUidDetails()
585 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()
618 long totalTxPackets = 0; in testTagDetails() local
630 totalTxPackets += bucket.getTxPackets(); in testTagDetails()
643 + " for uid " + Process.myUid(), totalTxPackets > 0); in testTagDetails()
838 long totalTxPackets = 0; in getTotalAndAssertNotEmpty() local
[all …]