Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java111 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in CompatibilityScorer
DBubbleFunScorer.java121 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in BubbleFunScorer
DScoreCardBasedScorer.java134 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in ScoreCardBasedScorer
DThroughputScorer.java150 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates() method in ThroughputScorer
DWifiCandidates.java357 @Nullable ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates); in scoreCandidates() method
593 ScoredCandidate choice = candidateScorer.scoreCandidates(candidates); in choose()
DWifiNetworkSelector.java856 WifiCandidates.ScoredCandidate choice = activeScorer.scoreCandidates(group); in selectNetwork()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCandidateScorerTest.java133 ScoredCandidate choice = mCandidateScorer.scoreCandidates(candidates); in evaluate()
DWifiNetworkSelectorTest.java1308 verify(mCandidateScorer, atLeastOnce()).scoreCandidates(any()); in testCandidateScorerUse()
1330 public WifiCandidates.ScoredCandidate scoreCandidates(