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.java49 private int mPredictedThroughputMbps = 0; field in ConcreteCandidate
84 mPredictedThroughputMbps = candidate.getPredictedThroughputMbps(); in ConcreteCandidate()
295 mPredictedThroughputMbps = predictedThroughputMbps; in setPredictedThroughputMbps()
301 return mPredictedThroughputMbps; in getPredictedThroughputMbps()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java245 private final int mPredictedThroughputMbps; field in WifiCandidates.CandidateImpl
286 this.mPredictedThroughputMbps = predictedThroughputMbps; in CandidateImpl()
408 return mPredictedThroughputMbps; in getPredictedThroughputMbps()