Home
last modified time | relevance | path

Searched refs:scoreCandidates (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java102 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> group) { in scoreCandidates() method in CompatibilityScorer
DBubbleFunScorer.java117 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> group) { in scoreCandidates() method in BubbleFunScorer
DWifiCandidates.java254 @Nullable ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> group); in scoreCandidates() method
437 ScoredCandidate scoredCandidate = candidateScorer.scoreCandidates(group); in choose()
DScoreCardBasedScorer.java124 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> group) { in scoreCandidates() method in ScoreCardBasedScorer
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCandidateScorerTest.java125 ScoredCandidate choice = mCandidateScorer.scoreCandidates(candidates); in evaluate()
DWifiNetworkSelectorTest.java1574 verify(mCandidateScorer).scoreCandidates(any()); in testCandidateScorerUse()
1641 public WifiCandidates.ScoredCandidate scoreCandidates(