Home
last modified time | relevance | path

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

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