Searched refs:scoreCandidates (Results 1 – 8 of 8) sorted by relevance
133 ScoredCandidate choice = mCandidateScorer.scoreCandidates(candidates); in evaluate()440 ScoredCandidate choice = mCandidateScorer.scoreCandidates(candidates); in testPreferCurrentNetworkWithInternetOverNetworkWithNoInternet()
1652 verify(mCandidateScorer, atLeastOnce()).scoreCandidates(any()); in testCandidateScorerUse()1674 public WifiCandidates.ScoredCandidate scoreCandidates(
381 @Nullable ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates); in scoreCandidates() method636 ScoredCandidate choice = candidateScorer.scoreCandidates(candidates); in choose()
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
195 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in ThroughputScorer
1007 WifiCandidates.ScoredCandidate choice = activeScorer.scoreCandidates(group); in selectNetwork()