Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java172 mAfcManager.onCountryCodeChange("US"); in testGetLocationAfterCountryCodeChange()
220 mAfcManager.onCountryCodeChange("US"); in testNoQueryWhenAfcNotEnabled()
237 mAfcManager.onCountryCodeChange("US"); in testCorrectProviderUsedForGetLocation()
256 mAfcManager.onCountryCodeChange("US"); in testStopListeningForLocationUpdates()
267 mAfcManager.onCountryCodeChange("00"); in testStopListeningForLocationUpdates()
DWifiServiceImplTest.java12251 verify(mAfcManager).onCountryCodeChange(newCountryCode); in testInformAfcManagerOnCountryCodeChange()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java269 public void onCountryCodeChange(String countryCode) { in onCountryCodeChange() method in AfcManager
DWifiServiceImpl.java2056 mAfcManager.onCountryCodeChange(countryCode); in onDriverCountryCodeChanged()