Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java260 String[] countryAndUrls = entry.split(","); in getCountryCodeToAfcServersMap() local
263 if (countryAndUrls.length < 2) { in getCountryCodeToAfcServersMap()
266 countryCodeToAfcServers.put(countryAndUrls[0], Arrays.asList(Arrays.copyOfRange( in getCountryCodeToAfcServersMap()
267 countryAndUrls, 1, countryAndUrls.length))); in getCountryCodeToAfcServersMap()