Searched refs:onBandwidthChanged (Results 1 – 4 of 4) sorted by relevance
234 public void onBandwidthChanged(int uplinkBandwidthKbps, int downlinkBandwidthKbps) {} in onBandwidthChanged() method in LinkBandwidthEstimator.LinkBandwidthEstimatorCallback928 () -> callback.onBandwidthChanged(linkBandwidthTxKps, linkBandwidthRxKps))); in sendLinkBandwidthToDataConnection()
2158 public void onBandwidthChanged(int uplinkBandwidthKbps,
190 .onBandwidthChanged(eq(txKbps), eq(rxKbps)); in verifyUpdateBandwidth()
1600 linkBandwidthEstimatorCallback.onBandwidthChanged(12345, 67890); in testBandwidthUpdate()1608 linkBandwidthEstimatorCallback.onBandwidthChanged(123, 456); in testBandwidthUpdate()