Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java114 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local
115 if (scoredCandidate.value > choice.value) { in scoreCandidates()
116 choice = scoredCandidate; in scoreCandidates()
DBubbleFunScorer.java124 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local
125 if (scoredCandidate.value > choice.value) { in scoreCandidates()
126 choice = scoredCandidate; in scoreCandidates()
DScoreCardBasedScorer.java137 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local
138 if (scoredCandidate.value > choice.value) { in scoreCandidates()
139 choice = scoredCandidate; in scoreCandidates()
DThroughputScorer.java199 ScoredCandidate scoredCandidate = scoreCandidate(candidate, currentNetworkHasInternet); in scoreCandidates() local
200 if (scoredCandidate.value > choice.value) { in scoreCandidates()
201 choice = scoredCandidate; in scoreCandidates()