Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java130 public final double lastSelectionWeight; // Value between 0 and 1 field in WifiCandidates.CandidateImpl
142 double lastSelectionWeight, in CandidateImpl() argument
151 this.lastSelectionWeight = lastSelectionWeight; in CandidateImpl()
204 return lastSelectionWeight; in getLastSelectionWeight()
DWifiNetworkSelector.java736 final double lastSelectionWeight = calculateLastSelectionWeight(); in selectNetwork() local
756 registeredEvaluator.getId(), score, lastSelectionWeight); in selectNetwork()
886 double lastSelectionWeight = 0.0; in calculateLastSelectionWeight() local
891 lastSelectionWeight = Math.min(Math.max(unclipped, 0.0), 1.0); in calculateLastSelectionWeight()
893 return lastSelectionWeight; in calculateLastSelectionWeight()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java157 public ConcreteCandidate setLastSelectionWeight(double lastSelectionWeight) { in setLastSelectionWeight() argument
158 mLastSelectionWeight = lastSelectionWeight; in setLastSelectionWeight()