Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java189 public ConcreteCandidate setLastSelectionWeight(double lastSelectionWeight) { in setLastSelectionWeight() argument
190 mLastSelectionWeight = lastSelectionWeight; in setLastSelectionWeight()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java185 double lastSelectionWeight, in CandidateImpl() argument
196 this.mLastSelectionWeight = lastSelectionWeight; in CandidateImpl()