Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java143 public void onDriverCountryCodeChanged(String country) { in onDriverCountryCodeChanged() method in WifiCountryCode.CountryChangeListenerInternal
209 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method
H A DWifiServiceImpl.java1270 public void onDriverCountryCodeChanged(String countryCode) { in onDriverCountryCodeChanged() method in WifiServiceImpl.CountryCodeListenerProxy