Searched refs:totalRxBytes (Results 1 – 4 of 4) sorted by relevance
511 long totalRxBytes = 0; in testAppSummary() local530 totalRxBytes += bucket.getRxBytes(); in testAppSummary()542 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testAppSummary()626 long totalRxBytes = 0; in testUidDetails() local638 totalRxBytes += bucket.getRxBytes(); in testUidDetails()641 assertTrue("No Rx bytes usage for uid " + Process.myUid(), totalRxBytes > 0); in testUidDetails()680 long totalRxBytes = 0; in testTagDetails() local693 totalRxBytes += bucket.getRxBytes(); in testTagDetails()697 + " for uid " + Process.myUid(), totalRxBytes > 0); in testTagDetails()938 long totalRxBytes = 0; in getTotalAndAssertNotEmpty() local[all …]
1729 long totalRxBytes = 0; in addTrafficToApplications() local1738 totalRxBytes = Math.min(rxBytes[i], rxBytesAcrossUnderlyingIfaces); in addTrafficToApplications()1777 multiplySafeByRational(totalRxBytes, in addTrafficToApplications()
6244 staEvent.totalRxBytes = mFacade.getTotalRxBytes(); in addStaEvent()6491 if (event.totalRxBytes > 0) sb.append(" totalRxBytes=").append(event.totalRxBytes); in staEventToString()6731 sb.append(" totalRxBytes=").append(event.totalRxBytes);6956 event.totalRxBytes = mFacade.getTotalRxBytes();
3711 assertEquals(expectedValues[12], event.totalRxBytes); in verifyUnusableEvent()