Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputScorer.java85 private ScoredCandidate scoreCandidate(Candidate candidate, boolean currentNetworkHasInternet) { in scoreCandidate() argument
148 if (currentNetworkHasInternet && !candidate.isCurrentNetwork() && unExpectedNoInternet) { in scoreCandidate()
197 boolean currentNetworkHasInternet = doesAnyCurrentNetworksHaveInternet(candidates); in scoreCandidates()
199 ScoredCandidate scoredCandidate = scoreCandidate(candidate, currentNetworkHasInternet); in scoreCandidates()