Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java68 mPredictedThroughputMbps = candidate.getPredictedThroughputMbps(); in ConcreteCandidate()
245 public int getPredictedThroughputMbps() { in getPredictedThroughputMbps() method in ConcreteCandidate
DWifiCandidatesTest.java335 assertEquals(90, c.getPredictedThroughputMbps()); in testReplace()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java146 int getPredictedThroughputMbps(); in getPredictedThroughputMbps() method
293 public int getPredictedThroughputMbps() { in getPredictedThroughputMbps() method in WifiCandidates.CandidateImpl
328 + "Mbps = " + getPredictedThroughputMbps() + ", " in toString()
DThroughputScorer.java143 int throughputScoreRaw = candidate.getPredictedThroughputMbps() in calculateThroughputBonusScore()