Home
last modified time | relevance | path

Searched refs:scoredCandidate (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java105 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local
106 if (scoredCandidate.value > choice.value) { in scoreCandidates()
107 choice = scoredCandidate; in scoreCandidates()
DBubbleFunScorer.java120 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local
121 if (scoredCandidate.value > choice.value) { in scoreCandidates()
122 choice = scoredCandidate; in scoreCandidates()
DScoreCardBasedScorer.java127 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local
128 if (scoredCandidate.value > choice.value) { in scoreCandidates()
129 choice = scoredCandidate; in scoreCandidates()
DWifiCandidates.java437 ScoredCandidate scoredCandidate = candidateScorer.scoreCandidates(group); in choose() local
438 if (scoredCandidate != null && scoredCandidate.value > choice.value) { in choose()
439 choice = scoredCandidate; in choose()