Searched refs:getPredictedThroughputMbps (Results 1 – 4 of 4) sorted by relevance
68 mPredictedThroughputMbps = candidate.getPredictedThroughputMbps(); in ConcreteCandidate()245 public int getPredictedThroughputMbps() { in getPredictedThroughputMbps() method in ConcreteCandidate
335 assertEquals(90, c.getPredictedThroughputMbps()); in testReplace()
146 int getPredictedThroughputMbps(); in getPredictedThroughputMbps() method293 public int getPredictedThroughputMbps() { in getPredictedThroughputMbps() method in WifiCandidates.CandidateImpl328 + "Mbps = " + getPredictedThroughputMbps() + ", " in toString()
143 int throughputScoreRaw = candidate.getPredictedThroughputMbps() in calculateThroughputBonusScore()