Home
last modified time | relevance | path

Searched refs:mPredictedThroughputMbps (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java44 private int mPredictedThroughputMbps = 0; field in ConcreteCandidate
71 mPredictedThroughputMbps = candidate.getPredictedThroughputMbps(); in ConcreteCandidate()
263 mPredictedThroughputMbps = predictedThroughputMbps; in setPredictedThroughputMbps()
269 return mPredictedThroughputMbps; in getPredictedThroughputMbps()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java187 private final int mPredictedThroughputMbps; field in WifiCandidates.CandidateImpl
219 this.mPredictedThroughputMbps = predictedThroughputMbps; in CandidateImpl()
316 return mPredictedThroughputMbps; in getPredictedThroughputMbps()