Searched refs:scoreCandidates (Results 1 – 8 of 8) sorted by relevance
111 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in CompatibilityScorer
121 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in BubbleFunScorer
134 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in ScoreCardBasedScorer
502 @Nullable ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates); in scoreCandidates() method818 ScoredCandidate choice = candidateScorer.scoreCandidates(candidates); in choose()
271 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in ThroughputScorer
1530 WifiCandidates.ScoredCandidate choice = activeScorer.scoreCandidates(group); in selectNetwork()
173 ScoredCandidate choice = mCandidateScorer.scoreCandidates(candidates); in evaluate()535 ScoredCandidate choice = mCandidateScorer.scoreCandidates(candidates); in testPreferCurrentNetworkWithInternetOverNetworkWithNoInternet()
2333 verify(mCandidateScorer, atLeastOnce()).scoreCandidates(any()); in testCandidateScorerUse()2355 public WifiCandidates.ScoredCandidate scoreCandidates(