Searched refs:mBestCandidateType (Results 1 – 1 of 1) sorted by relevance
981 private @BestCandidateType int mBestCandidateType = BestCandidateType.NONE; field in WifiQualifiedNetworkSelector.ExternalScoreEvaluator998 mBestCandidateType = BestCandidateType.UNTRUSTED_NETWORK; in evalUntrustedCandidate()1010 || (mBestCandidateType == BestCandidateType.UNTRUSTED_NETWORK in evalSavedCandidate()1015 mBestCandidateType = BestCandidateType.SAVED_NETWORK; in evalSavedCandidate()1022 return mBestCandidateType; in getBestCandidateType()