Home
last modified time | relevance | path

Searched refs:totalTxPackets (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkStatsManagerTest.java508 long totalTxPackets = 0; in testAppSummary() local
527 totalTxPackets += bucket.getTxPackets(); in testAppSummary()
545 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testAppSummary()
623 long totalTxPackets = 0; in testUidDetails() local
635 totalTxPackets += bucket.getTxPackets(); in testUidDetails()
644 assertTrue("No Tx packets usage for uid " + Process.myUid(), totalTxPackets > 0); in testUidDetails()
677 long totalTxPackets = 0; in testTagDetails() local
690 totalTxPackets += bucket.getTxPackets(); in testTagDetails()
703 + " for uid " + Process.myUid(), totalTxPackets > 0); in testTagDetails()
935 long totalTxPackets = 0; in getTotalAndAssertNotEmpty() local
[all …]
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java1754 long totalTxPackets = 0; in addTrafficToApplications() local
1759 totalTxPackets = Math.min(txPackets[i], txPacketsAcrossUnderlyingIfaces); in addTrafficToApplications()
1798 multiplySafeByRational(totalTxPackets, in addTrafficToApplications()