Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java250 Map<String, List<String>> countryCodeToAfcServers = new HashMap<>(); in getCountryCodeToAfcServersMap() local
255 return countryCodeToAfcServers; in getCountryCodeToAfcServersMap()
266 countryCodeToAfcServers.put(countryAndUrls[0], Arrays.asList(Arrays.copyOfRange( in getCountryCodeToAfcServersMap()
269 return countryCodeToAfcServers; in getCountryCodeToAfcServersMap()