Searched refs:isCurrentNetwork (Results 1 – 6 of 6) sorted by relevance
67 mIsCurrentNetwork = candidate.isCurrentNetwork(); in ConcreteCandidate()239 public ConcreteCandidate setCurrentNetwork(boolean isCurrentNetwork) { in setCurrentNetwork() argument240 mIsCurrentNetwork = isCurrentNetwork; in setCurrentNetwork()245 public boolean isCurrentNetwork() { in isCurrentNetwork() method in ConcreteCandidate
111 int currentNetworkBoost = (candidate.isCurrentNetwork() && !unExpectedNoInternet) in scoreCandidate()181 if (currentNetworkHasInternet && !candidate.isCurrentNetwork() && unExpectedNoInternet) { in scoreCandidate()263 if (candidate.isCurrentNetwork() && !candidate.hasNoInternetAccess()) { in doesAnyCurrentNetworksHaveInternet()
134 boolean isCurrentNetwork(); in isCurrentNetwork() method260 boolean isCurrentNetwork, in CandidateImpl() argument274 this.mIsCurrentNetwork = isCurrentNetwork; in CandidateImpl()382 public boolean isCurrentNetwork() { in isCurrentNetwork() method in WifiCandidates.CandidateImpl474 + (isCurrentNetwork() ? "current, " : "") in toString()
90 if (candidate.isCurrentNetwork()) { in scoreCandidate()
87 if (candidate.isCurrentNetwork()) { in scoreCandidate()
99 if (candidate.isCurrentNetwork()) { in scoreCandidate()