Searched refs:currentNetworkHasInternet (Results 1 – 1 of 1) sorted by relevance
85 private ScoredCandidate scoreCandidate(Candidate candidate, boolean currentNetworkHasInternet) { in scoreCandidate() argument148 if (currentNetworkHasInternet && !candidate.isCurrentNetwork() && unExpectedNoInternet) { in scoreCandidate()197 boolean currentNetworkHasInternet = doesAnyCurrentNetworksHaveInternet(candidates); in scoreCandidates()199 ScoredCandidate scoredCandidate = scoreCandidate(candidate, currentNetworkHasInternet); in scoreCandidates()