Searched defs:onDriverCountryCodeChanged (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/ | ||
D | IOnWifiDriverCountryCodeChangedListener.aidl | 25 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method |
D | WifiManager.java | 4689 public void onDriverCountryCodeChanged(String countryCode) { in onDriverCountryCodeChanged() method in WifiManager.OnDriverCountryCodeChangedProxy |
/packages/modules/Wifi/service/java/com/android/server/wifi/ | ||
D | WifiCountryCode.java | 175 public void onDriverCountryCodeChanged(String country) { in onDriverCountryCodeChanged() method in WifiCountryCode.CountryChangeListenerInternal |
D | WifiServiceImpl.java | 1978 public void onDriverCountryCodeChanged(@Nullable String countryCode) { in onDriverCountryCodeChanged() method in WifiServiceImpl.CountryCodeTracker |