Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java42 private int mPredictedThroughputMbps = 0; field in ConcreteCandidate
68 mPredictedThroughputMbps = candidate.getPredictedThroughputMbps(); in ConcreteCandidate()
240 mPredictedThroughputMbps = predictedThroughputMbps; in setPredictedThroughputMbps()
246 return mPredictedThroughputMbps; in getPredictedThroughputMbps()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java177 private final int mPredictedThroughputMbps; field in WifiCandidates.CandidateImpl
207 this.mPredictedThroughputMbps = predictedThroughputMbps; in CandidateImpl()
294 return mPredictedThroughputMbps; in getPredictedThroughputMbps()