Home
last modified time | relevance | path

Searched refs:getLastSelectionWeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java134 double getLastSelectionWeight(); in getLastSelectionWeight() method
268 public double getLastSelectionWeight() { in getLastSelectionWeight() method in WifiCandidates.CandidateImpl
317 if (getLastSelectionWeight() != 0.0) { in toString()
320 + Math.round(getLastSelectionWeight() * 1000.0) / 1000.0 in toString()
DCompatibilityScorer.java88 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
DBubbleFunScorer.java84 score += candidate.getLastSelectionWeight() * LAST_SELECTION_BOOST; in scoreCandidate()
DScoreCardBasedScorer.java97 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
DThroughputScorer.java118 if (candidate.getLastSelectionWeight() > 0.0) { in scoreCandidate()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java65 mLastSelectionWeight = candidate.getLastSelectionWeight(); in ConcreteCandidate()
195 public double getLastSelectionWeight() { in getLastSelectionWeight() method in ConcreteCandidate