Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java274 List<String> afcServerUrlsForCountry = mWifiGlobals.getAfcServerUrlsForCountry(countryCode); in onCountryCodeChange() local
276 if (afcServerUrlsForCountry == null || afcServerUrlsForCountry.size() == 0) { in onCountryCodeChange()
279 mAfcServerUrl = afcServerUrlsForCountry.get(0); in onCountryCodeChange()
283 if (mIsAfcSupportedForCurrentCountry == (afcServerUrlsForCountry != null)) return; in onCountryCodeChange()