Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java78 private ScoredCandidate scoreCandidate(Candidate candidate) { in scoreCandidate() method in CompatibilityScorer
114 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates()
DBubbleFunScorer.java62 private ScoredCandidate scoreCandidate(Candidate candidate) { in scoreCandidate() method in BubbleFunScorer
124 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates()
DScoreCardBasedScorer.java86 private ScoredCandidate scoreCandidate(Candidate candidate) { in scoreCandidate() method in ScoreCardBasedScorer
137 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates()
DThroughputScorer.java85 private ScoredCandidate scoreCandidate(Candidate candidate, boolean currentNetworkHasInternet) { in scoreCandidate() method in ThroughputScorer
199 ScoredCandidate scoredCandidate = scoreCandidate(candidate, currentNetworkHasInternet); in scoreCandidates()