Searched refs:mLatestCandidates (Results 1 – 1 of 1) sorted by relevance
253 private List<WifiCandidates.Candidate> mLatestCandidates = null; field in WifiConnectivityManager652 mLatestCandidates = candidates; in handleScanResults()3171 if (mLatestCandidates == null || mLatestCandidates.size() == 0 in retryConnectionOnLatestCandidates()3174 mLatestCandidates = null; in retryConnectionOnLatestCandidates()3180 int prevNumCandidates = mLatestCandidates.size(); in retryConnectionOnLatestCandidates()3181 mLatestCandidates = mLatestCandidates.stream() in retryConnectionOnLatestCandidates()3203 if (prevNumCandidates == mLatestCandidates.size()) { in retryConnectionOnLatestCandidates()3206 WifiConfiguration candidate = mNetworkSelector.selectNetwork(mLatestCandidates); in retryConnectionOnLatestCandidates()3224 mLatestCandidates = null; in retryConnectionOnLatestCandidates()3232 mLatestCandidates = null; in clearCachedCandidates()[all …]