Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java67 mIsCurrentNetwork = candidate.isCurrentNetwork(); in ConcreteCandidate()
239 public ConcreteCandidate setCurrentNetwork(boolean isCurrentNetwork) { in setCurrentNetwork() argument
240 mIsCurrentNetwork = isCurrentNetwork; in setCurrentNetwork()
245 public boolean isCurrentNetwork() { in isCurrentNetwork() method in ConcreteCandidate
/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputScorer.java111 int currentNetworkBoost = (candidate.isCurrentNetwork() && !unExpectedNoInternet) in scoreCandidate()
181 if (currentNetworkHasInternet && !candidate.isCurrentNetwork() && unExpectedNoInternet) { in scoreCandidate()
263 if (candidate.isCurrentNetwork() && !candidate.hasNoInternetAccess()) { in doesAnyCurrentNetworksHaveInternet()
DWifiCandidates.java134 boolean isCurrentNetwork(); in isCurrentNetwork() method
260 boolean isCurrentNetwork, in CandidateImpl() argument
274 this.mIsCurrentNetwork = isCurrentNetwork; in CandidateImpl()
382 public boolean isCurrentNetwork() { in isCurrentNetwork() method in WifiCandidates.CandidateImpl
474 + (isCurrentNetwork() ? "current, " : "") in toString()
DCompatibilityScorer.java90 if (candidate.isCurrentNetwork()) { in scoreCandidate()
DBubbleFunScorer.java87 if (candidate.isCurrentNetwork()) { in scoreCandidate()
DScoreCardBasedScorer.java99 if (candidate.isCurrentNetwork()) { in scoreCandidate()