Searched defs:lastSelectionWeight (Results 1 – 3 of 3) sorted by relevance
130 public final double lastSelectionWeight; // Value between 0 and 1 field in WifiCandidates.CandidateImpl142 double lastSelectionWeight, in CandidateImpl()
736 final double lastSelectionWeight = calculateLastSelectionWeight(); in selectNetwork() local886 double lastSelectionWeight = 0.0; in calculateLastSelectionWeight() local
157 public ConcreteCandidate setLastSelectionWeight(double lastSelectionWeight) { in setLastSelectionWeight()