Searched refs:afcServerUrlsForCountry (Results 1 – 1 of 1) sorted by relevance
274 List<String> afcServerUrlsForCountry = mWifiGlobals.getAfcServerUrlsForCountry(countryCode); in onCountryCodeChange() local276 if (afcServerUrlsForCountry == null || afcServerUrlsForCountry.size() == 0) { in onCountryCodeChange()279 mAfcServerUrl = afcServerUrlsForCountry.get(0); in onCountryCodeChange()283 if (mIsAfcSupportedForCurrentCountry == (afcServerUrlsForCountry != null)) return; in onCountryCodeChange()