Searched defs:reportedKbps (Results 1 – 3 of 3) sorted by relevance
1736 int[] reportedKbps = new int[]{400_000, 300_000}; in testLinkBandwidthInvalidTrafficStats() local1770 int [] reportedKbps = new int[]{40_000, 30_000}; in testLinkBandwidthOneBssidTwoSignalLevelTwoBand() local1840 int [] reportedKbps = new int[]{400_000, 300_000}; in testLinkBandwidthLargeByteCountReturnNonNegativeValue() local
1561 public void updateBwMetrics(int[] reportedKbps, int[] l2Kbps) { in updateBwMetrics()1567 private void calculateError(int link, int reportedKbps, int l2Kbps) { in calculateError()
2882 int [] reportedKbps = {mLastTxKbps, mLastRxKbps}; in updateLinkBandwidthAndCapabilities() local