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
150 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in ThroughputScorer
357 @Nullable ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates); in scoreCandidates() method593 ScoredCandidate choice = candidateScorer.scoreCandidates(candidates); in choose()
856 WifiCandidates.ScoredCandidate choice = activeScorer.scoreCandidates(group); in selectNetwork()
133 ScoredCandidate choice = mCandidateScorer.scoreCandidates(candidates); in evaluate()
1308 verify(mCandidateScorer, atLeastOnce()).scoreCandidates(any()); in testCandidateScorerUse()1330 public WifiCandidates.ScoredCandidate scoreCandidates(