Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java66 private String mAfcServerUrl; field in AfcManager
253 mAfcClient.setServerURL(mAfcServerUrl); in queryServerAndInformDriver()
277 mAfcServerUrl = null; in onCountryCodeChange()
279 mAfcServerUrl = afcServerUrlsForCountry.get(0); in onCountryCodeChange()
430 return mAfcServerUrl; in getAfcServerUrl()