Searched defs:reportedKbps (Results 1 – 2 of 2) sorted by relevance
1697 int[] reportedKbps = new int[]{400_000, 300_000}; in testLinkBandwidthInvalidTrafficStats() local1730 int [] reportedKbps = new int[]{40_000, 30_000}; in testLinkBandwidthOneBssidTwoSignalLevelTwoBand() local1797 int [] reportedKbps = new int[]{400_000, 300_000}; in testLinkBandwidthLargeByteCountReturnNonNegativeValue() local
1577 public void updateBwMetrics(int[] reportedKbps, int[] l2Kbps) { in updateBwMetrics()1583 private void calculateError(int link, int reportedKbps, int l2Kbps) { in calculateError()