Searched refs:countryAndUrls (Results 1 – 1 of 1) sorted by relevance
260 String[] countryAndUrls = entry.split(","); in getCountryCodeToAfcServersMap() local263 if (countryAndUrls.length < 2) { in getCountryCodeToAfcServersMap()266 countryCodeToAfcServers.put(countryAndUrls[0], Arrays.asList(Arrays.copyOfRange( in getCountryCodeToAfcServersMap()267 countryAndUrls, 1, countryAndUrls.length))); in getCountryCodeToAfcServersMap()