Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java90 private final Map<String, List<String>> mCountryCodeToAfcServers; field in WifiGlobals
177 mCountryCodeToAfcServers = getCountryCodeToAfcServersMap(); in WifiGlobals()
296 return mCountryCodeToAfcServers.get(countryCode); in getAfcServerUrlsForCountry()