Home
last modified time | relevance | path

Searched refs:getPredictedThroughputMbps (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java84 mPredictedThroughputMbps = candidate.getPredictedThroughputMbps(); in ConcreteCandidate()
300 public int getPredictedThroughputMbps() { in getPredictedThroughputMbps() method in ConcreteCandidate
DWifiCandidatesTest.java389 assertEquals(90, c.getPredictedThroughputMbps()); in testReplace()
DWifiNetworkSelectorTest.java1344 assertEquals(100, candidates.get(0).getPredictedThroughputMbps()); in includeCurrentNetworkWhenCurrentNetworkNotNominated()
3415 assertEquals(CandidateParams.throughput_1, c.getPredictedThroughputMbps()); in validateDefaultMultiLinkAttributes()
3420 assertEquals(CandidateParams.throughput_2, c.getPredictedThroughputMbps()); in validateDefaultMultiLinkAttributes()
3425 assertEquals(CandidateParams.throughput_3, c.getPredictedThroughputMbps()); in validateDefaultMultiLinkAttributes()
3430 assertEquals(CandidateParams.throughput_4, c.getPredictedThroughputMbps()); in validateDefaultMultiLinkAttributes()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputScorer.java246 > candidate.getPredictedThroughputMbps()) in calculateThroughputBonusScore()
248 : candidate.getPredictedThroughputMbps(); in calculateThroughputBonusScore()
DWifiCandidates.java166 int getPredictedThroughputMbps(); in getPredictedThroughputMbps() method
407 public int getPredictedThroughputMbps() { in getPredictedThroughputMbps() method in WifiCandidates.CandidateImpl
468 + "Mbps = " + getPredictedThroughputMbps() + ", " in toString()
DWifiNetworkSelector.java1299 WifiCandidates.Candidate::getPredictedThroughputMbps).reversed()) in intersectMlCandidatesWithStrBands()
1321 .mapToInt(c -> c.getPredictedThroughputMbps()) in aggregateStrMultiLinkThroughput()