Home
last modified time | relevance | path

Searched refs:LAST_SELECTION_AWARD_IS_480 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java56 public static final int LAST_SELECTION_AWARD_IS_480 = 480; field in CompatibilityScorer
88 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()
DScoreCardBasedScorer.java58 public static final int LAST_SELECTION_AWARD_IS_480 = 480; field in ScoreCardBasedScorer
97 score += (int) (candidate.getLastSelectionWeight() * LAST_SELECTION_AWARD_IS_480); in scoreCandidate()