Searched refs:getPredictedThroughputMbps (Results 1 – 6 of 6) sorted by relevance
84 mPredictedThroughputMbps = candidate.getPredictedThroughputMbps(); in ConcreteCandidate()300 public int getPredictedThroughputMbps() { in getPredictedThroughputMbps() method in ConcreteCandidate
389 assertEquals(90, c.getPredictedThroughputMbps()); in testReplace()
1344 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()
246 > candidate.getPredictedThroughputMbps()) in calculateThroughputBonusScore()248 : candidate.getPredictedThroughputMbps(); in calculateThroughputBonusScore()
166 int getPredictedThroughputMbps(); in getPredictedThroughputMbps() method407 public int getPredictedThroughputMbps() { in getPredictedThroughputMbps() method in WifiCandidates.CandidateImpl468 + "Mbps = " + getPredictedThroughputMbps() + ", " in toString()
1299 WifiCandidates.Candidate::getPredictedThroughputMbps).reversed()) in intersectMlCandidatesWithStrBands()1321 .mapToInt(c -> c.getPredictedThroughputMbps()) in aggregateStrMultiLinkThroughput()