Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java77 mHasNoInternetAccess = candidate.hasNoInternetAccess(); in ConcreteCandidate()
199 public ConcreteCandidate setNoInternetAccess(boolean hasNoInternetAccess) { in setNoInternetAccess() argument
200 mHasNoInternetAccess = hasNoInternetAccess; in setNoInternetAccess()
205 public boolean hasNoInternetAccess() { in hasNoInternetAccess() method in ConcreteCandidate
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java116 boolean hasNoInternetAccess(); in hasNoInternetAccess() method
277 this.mHasNoInternetAccess = config.hasNoInternetAccess(); in CandidateImpl()
357 public boolean hasNoInternetAccess() { in hasNoInternetAccess() method in WifiCandidates.CandidateImpl
482 + (hasNoInternetAccess() ? "noInternet, " : "") in toString()
DThroughputScorer.java104 boolean unExpectedNoInternet = candidate.hasNoInternetAccess() in scoreCandidate()
263 if (candidate.isCurrentNetwork() && !candidate.hasNoInternetAccess()) { in doesAnyCurrentNetworksHaveInternet()
DWakeupController.java389 if (config.hasNoInternetAccess() in getGoodSavedNetworksAndSuggestions()
DWifiNetworkSelector.java266 return !network.hasNoInternetAccess() || network.isNoInternetAccessExpected(); in hasInternetOrExpectNoInternet()
824 && tempConfig.hasNoInternetAccess(); in overrideCandidateWithUserConnectChoice()
DWifiConnectivityManager.java1665 mContext.getString(connectedConfig.hasNoInternetAccess() in connectToNetworkForPrimaryCmmUsingMbbIfAvailable()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java1515 public boolean hasNoInternetAccess() { in hasNoInternetAccess() method in WifiConfiguration
/packages/modules/Wifi/framework/api/
Dsystem-current.txt552 method @Deprecated public boolean hasNoInternetAccess();