Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java176 void setPredictedMultiLinkThroughputMbps(int throughput); in setPredictedMultiLinkThroughputMbps() method
417 public void setPredictedMultiLinkThroughputMbps(int throughput) { in setPredictedMultiLinkThroughputMbps() method in WifiCandidates.CandidateImpl
DWifiNetworkSelector.java1326 .forEach(c -> c.setPredictedMultiLinkThroughputMbps(predictedMlThroughput)); in aggregateStrMultiLinkThroughput()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCandidatesTest.java475 candidate.setPredictedMultiLinkThroughputMbps(300); in testMultiLinkCandidates()
491 candidate.setPredictedMultiLinkThroughputMbps(400); in testMultiLinkCandidates()
DConcreteCandidate.java310 public void setPredictedMultiLinkThroughputMbps(int throughput) { in setPredictedMultiLinkThroughputMbps() method in ConcreteCandidate