Searched refs:getLastSelectionWeight (Results 1 – 7 of 7) sorted by relevance
145 double getLastSelectionWeight(); in getLastSelectionWeight() method372 public double getLastSelectionWeight() { in getLastSelectionWeight() method in WifiCandidates.CandidateImpl456 if (getLastSelectionWeight() != 0.0) { in toString()459 + 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()
185 if (candidate.getLastSelectionWeight() > 0.0 && (mWifiContext.getResources().getBoolean( in scoreCandidate()
80 mLastSelectionWeight = candidate.getLastSelectionWeight(); in ConcreteCandidate()235 public double getLastSelectionWeight() { in getLastSelectionWeight() method in ConcreteCandidate
1661 assertTrue(candidate.getLastSelectionWeight() > 0.0); in testLastSelectionWeightForLatestSelectedNetwork()1678 assertTrue(candidate.getLastSelectionWeight() == 0.0); in testLastSelectionWeightForLatestSelectedNetwork()1942 assertTrue(candidates.get(0).getLastSelectionWeight() > 0); in verifyLastSelectedWeight()1954 assertEquals(0, candidates.get(0).getLastSelectionWeight(), 0); in verifyLastSelectedWeight()