Home
last modified time | relevance | path

Searched refs:getBestCandidateType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiQualifiedNetworkSelectorTest.java2127 .BestCandidateType.UNTRUSTED_NETWORK, evaluator.getBestCandidateType()); in externalScoreEvaluator_untrustedIsBest()
2154 .BestCandidateType.SAVED_NETWORK, evaluator.getBestCandidateType()); in externalScoreEvaluator_savedIsBest()
2182 .BestCandidateType.SAVED_NETWORK, evaluator.getBestCandidateType()); in externalScoreEvaluator_tieScores()
2212 .BestCandidateType.SAVED_NETWORK, evaluator.getBestCandidateType()); in externalScoreEvaluator_multipleScores()
2231 .BestCandidateType.NONE, evaluator.getBestCandidateType()); in externalScoreEvaluator_nullScores()
2234 .BestCandidateType.NONE, evaluator.getBestCandidateType()); in externalScoreEvaluator_nullScores()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiQualifiedNetworkSelector.java891 switch (scoreEvaluator.getBestCandidateType()) { in getExternalScoreCandidate()
1021 int getBestCandidateType() { in getBestCandidateType() method in WifiQualifiedNetworkSelector.ExternalScoreEvaluator