Searched refs:getLastSelectionWeight (Results 1 – 5 of 5) sorted by relevance
56 mLastSelectionWeight = candidate.getLastSelectionWeight(); in ConcreteCandidate()163 public double getLastSelectionWeight() { in getLastSelectionWeight() method in ConcreteCandidate
80 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
69 score += candidate.getLastSelectionWeight() * CURRENT_NETWORK_BOOST; in scoreCandidate()
105 double getLastSelectionWeight(); in getLastSelectionWeight() method203 public double getLastSelectionWeight() { in getLastSelectionWeight() method in WifiCandidates.CandidateImpl
88 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()