Searched refs:getLastSelectionWeight (Results 1 – 6 of 6) sorted by relevance
134 double getLastSelectionWeight(); in getLastSelectionWeight() method268 public double getLastSelectionWeight() { in getLastSelectionWeight() method in WifiCandidates.CandidateImpl317 if (getLastSelectionWeight() != 0.0) { in toString()320 + Math.round(getLastSelectionWeight() * 1000.0) / 1000.0 in toString()
88 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
84 score += candidate.getLastSelectionWeight() * LAST_SELECTION_BOOST; in scoreCandidate()
97 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
118 if (candidate.getLastSelectionWeight() > 0.0) { in scoreCandidate()
65 mLastSelectionWeight = candidate.getLastSelectionWeight(); in ConcreteCandidate()195 public double getLastSelectionWeight() { in getLastSelectionWeight() method in ConcreteCandidate