Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java56 mLastSelectionWeight = candidate.getLastSelectionWeight(); in ConcreteCandidate()
163 public double getLastSelectionWeight() { in getLastSelectionWeight() method in ConcreteCandidate
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java80 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
DBubbleFunScorer.java69 score += candidate.getLastSelectionWeight() * CURRENT_NETWORK_BOOST; in scoreCandidate()
DWifiCandidates.java105 double getLastSelectionWeight(); in getLastSelectionWeight() method
203 public double getLastSelectionWeight() { in getLastSelectionWeight() method in WifiCandidates.CandidateImpl
DScoreCardBasedScorer.java88 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()