Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java36 private boolean mHasNoInternetAccess; field in ConcreteCandidate
62 mHasNoInternetAccess = candidate.hasNoInternetAccess(); in ConcreteCandidate()
160 mHasNoInternetAccess = hasNoInternetAccess; in setNoInternetAccess()
166 return mHasNoInternetAccess; in hasNoInternetAccess()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java170 private final boolean mHasNoInternetAccess; field in WifiCandidates.CandidateImpl
200 this.mHasNoInternetAccess = config.hasNoInternetAccess(); in CandidateImpl()
254 return mHasNoInternetAccess; in hasNoInternetAccess()