Home
last modified time | relevance | path

Searched defs:onDriverCountryCodeChanged (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DIOnWifiDriverCountryCodeChangedListener.aidl25 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method
DWifiManager.java4689 public void onDriverCountryCodeChanged(String countryCode) { in onDriverCountryCodeChanged() method in WifiManager.OnDriverCountryCodeChangedProxy
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java175 public void onDriverCountryCodeChanged(String country) { in onDriverCountryCodeChanged() method in WifiCountryCode.CountryChangeListenerInternal
263 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method
DWifiServiceImpl.java1978 public void onDriverCountryCodeChanged(@Nullable String countryCode) { in onDriverCountryCodeChanged() method in WifiServiceImpl.CountryCodeTracker