Searched refs: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() argument151 this.lastSelectionWeight = lastSelectionWeight; in CandidateImpl()204 return lastSelectionWeight; in getLastSelectionWeight()
736 final double lastSelectionWeight = calculateLastSelectionWeight(); in selectNetwork() local756 registeredEvaluator.getId(), score, lastSelectionWeight); in selectNetwork()886 double lastSelectionWeight = 0.0; in calculateLastSelectionWeight() local891 lastSelectionWeight = Math.min(Math.max(unclipped, 0.0), 1.0); in calculateLastSelectionWeight()893 return lastSelectionWeight; in calculateLastSelectionWeight()
157 public ConcreteCandidate setLastSelectionWeight(double lastSelectionWeight) { in setLastSelectionWeight() argument158 mLastSelectionWeight = lastSelectionWeight; in setLastSelectionWeight()