Searched refs:totalTxPackets (Results 1 – 2 of 2) sorted by relevance
508 long totalTxPackets = 0; in testAppSummary() local527 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() local635 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() local690 totalTxPackets += bucket.getTxPackets(); in testTagDetails()703 + " for uid " + Process.myUid(), totalTxPackets > 0); in testTagDetails()935 long totalTxPackets = 0; in getTotalAndAssertNotEmpty() local[all …]
1754 long totalTxPackets = 0; in addTrafficToApplications() local1759 totalTxPackets = Math.min(txPackets[i], txPacketsAcrossUnderlyingIfaces); in addTrafficToApplications()1798 multiplySafeByRational(totalTxPackets, in addTrafficToApplications()