Searched refs:scoreCandidates (Results 1 – 6 of 6) sorted by relevance
102 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> group) { in scoreCandidates() method in CompatibilityScorer
117 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> group) { in scoreCandidates() method in BubbleFunScorer
254 @Nullable ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> group); in scoreCandidates() method437 ScoredCandidate scoredCandidate = candidateScorer.scoreCandidates(group); in choose()
124 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> group) { in scoreCandidates() method in ScoreCardBasedScorer
125 ScoredCandidate choice = mCandidateScorer.scoreCandidates(candidates); in evaluate()
1574 verify(mCandidateScorer).scoreCandidates(any()); in testCandidateScorerUse()1641 public WifiCandidates.ScoredCandidate scoreCandidates(