Home
last modified time | relevance | path

Searched refs:onBandwidthChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java234 public void onBandwidthChanged(int uplinkBandwidthKbps, int downlinkBandwidthKbps) {} in onBandwidthChanged() method in LinkBandwidthEstimator.LinkBandwidthEstimatorCallback
928 () -> callback.onBandwidthChanged(linkBandwidthTxKps, linkBandwidthRxKps))); in sendLinkBandwidthToDataConnection()
DDataNetwork.java2158 public void onBandwidthChanged(int uplinkBandwidthKbps,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DLinkBandwidthEstimatorTest.java190 .onBandwidthChanged(eq(txKbps), eq(rxKbps)); in verifyUpdateBandwidth()
DDataNetworkTest.java1600 linkBandwidthEstimatorCallback.onBandwidthChanged(12345, 67890); in testBandwidthUpdate()
1608 linkBandwidthEstimatorCallback.onBandwidthChanged(123, 456); in testBandwidthUpdate()