Searched refs:hasNoInternetAccess (Results 1 – 8 of 8) sorted by relevance
77 mHasNoInternetAccess = candidate.hasNoInternetAccess(); in ConcreteCandidate()199 public ConcreteCandidate setNoInternetAccess(boolean hasNoInternetAccess) { in setNoInternetAccess() argument200 mHasNoInternetAccess = hasNoInternetAccess; in setNoInternetAccess()205 public boolean hasNoInternetAccess() { in hasNoInternetAccess() method in ConcreteCandidate
116 boolean hasNoInternetAccess(); in hasNoInternetAccess() method277 this.mHasNoInternetAccess = config.hasNoInternetAccess(); in CandidateImpl()357 public boolean hasNoInternetAccess() { in hasNoInternetAccess() method in WifiCandidates.CandidateImpl482 + (hasNoInternetAccess() ? "noInternet, " : "") in toString()
104 boolean unExpectedNoInternet = candidate.hasNoInternetAccess() in scoreCandidate()263 if (candidate.isCurrentNetwork() && !candidate.hasNoInternetAccess()) { in doesAnyCurrentNetworksHaveInternet()
389 if (config.hasNoInternetAccess() in getGoodSavedNetworksAndSuggestions()
266 return !network.hasNoInternetAccess() || network.isNoInternetAccessExpected(); in hasInternetOrExpectNoInternet()824 && tempConfig.hasNoInternetAccess(); in overrideCandidateWithUserConnectChoice()
1665 mContext.getString(connectedConfig.hasNoInternetAccess() in connectToNetworkForPrimaryCmmUsingMbbIfAvailable()
1515 public boolean hasNoInternetAccess() { in hasNoInternetAccess() method in WifiConfiguration
552 method @Deprecated public boolean hasNoInternetAccess();