Searched refs:getBestCandidateType (Results 1 – 2 of 2) sorted by relevance
2127 .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()
891 switch (scoreEvaluator.getBestCandidateType()) { in getExternalScoreCandidate()1021 int getBestCandidateType() { in getBestCandidateType() method in WifiQualifiedNetworkSelector.ExternalScoreEvaluator