Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java38 private boolean mHasNoInternetAccess; field in ConcreteCandidate
65 mHasNoInternetAccess = candidate.hasNoInternetAccess(); in ConcreteCandidate()
183 mHasNoInternetAccess = hasNoInternetAccess; in setNoInternetAccess()
189 return mHasNoInternetAccess; in hasNoInternetAccess()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java178 private final boolean mHasNoInternetAccess; field in WifiCandidates.CandidateImpl
210 this.mHasNoInternetAccess = config.hasNoInternetAccess(); in CandidateImpl()
276 return mHasNoInternetAccess; in hasNoInternetAccess()