Searched defs:reportedKbps (Results 1 – 2 of 2) sorted by relevance
1706 int[] reportedKbps = new int[]{400_000, 300_000}; in testLinkBandwidthInvalidTrafficStats() local1740 int [] reportedKbps = new int[]{40_000, 30_000}; in testLinkBandwidthOneBssidTwoSignalLevelTwoBand() local1810 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()