Searched refs:totalTxBytes (Results 1 – 4 of 4) sorted by relevance
510 long totalTxBytes = 0; in testAppSummary() local529 totalTxBytes += bucket.getTxBytes(); in testAppSummary()544 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testAppSummary()625 long totalTxBytes = 0; in testUidDetails() local637 totalTxBytes += bucket.getTxBytes(); in testUidDetails()643 assertTrue("No Tx bytes usage for uid " + Process.myUid(), totalTxBytes > 0); in testUidDetails()679 long totalTxBytes = 0; in testTagDetails() local692 totalTxBytes += bucket.getTxBytes(); in testTagDetails()701 + " for uid " + Process.myUid(), totalTxBytes > 0); in testTagDetails()937 long totalTxBytes = 0; in getTotalAndAssertNotEmpty() local[all …]
1747 long totalTxBytes = 0; in addTrafficToApplications() local1752 totalTxBytes = Math.min(txBytes[i], txBytesAcrossUnderlyingIfaces); in addTrafficToApplications()1791 multiplySafeByRational(totalTxBytes, in addTrafficToApplications()
6243 staEvent.totalTxBytes = mFacade.getTotalTxBytes(); in addStaEvent()6490 if (event.totalTxBytes > 0) sb.append(" totalTxBytes=").append(event.totalTxBytes); in staEventToString()6730 sb.append(" totalTxBytes=").append(event.totalTxBytes);6955 event.totalTxBytes = mFacade.getTotalTxBytes();
3710 assertEquals(expectedValues[11], event.totalTxBytes); in verifyUnusableEvent()