Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java39 private double mLastSelectionWeight; field in ConcreteCandidate
65 mLastSelectionWeight = candidate.getLastSelectionWeight(); in ConcreteCandidate()
190 mLastSelectionWeight = lastSelectionWeight; in setLastSelectionWeight()
196 return mLastSelectionWeight; in getLastSelectionWeight()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java165 private final double mLastSelectionWeight; field in WifiCandidates.CandidateImpl
196 this.mLastSelectionWeight = lastSelectionWeight; in CandidateImpl()
269 return mLastSelectionWeight; in getLastSelectionWeight()