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.java3830 public void onDriverCountryCodeChanged(String countryCode) { in onDriverCountryCodeChanged() method in WifiManager.OnDriverCountryCodeChangedProxy
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java157 public void onDriverCountryCodeChanged(String country) { in onDriverCountryCodeChanged() method in WifiCountryCode.CountryChangeListenerInternal
238 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method
DWifiServiceImpl.java1729 public void onDriverCountryCodeChanged(@Nullable String countryCode) { in onDriverCountryCodeChanged() method in WifiServiceImpl.CountryCodeTracker