Home
last modified time | relevance | path

Searched refs:onDriverCountryCodeChanged (Results 1 – 5 of 5) 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
228 listener.onDriverCountryCodeChanged(mDriverCountryCode); in registerListener()
496 listener.onDriverCountryCodeChanged(country); in updateDriverCountryCodeAndNotifyListener()
H A DWifiNative.java190 mListener.onDriverCountryCodeChanged(country); in onCountryCodeChanged()
H A DWifiServiceImpl.java1270 public void onDriverCountryCodeChanged(String countryCode) { in onDriverCountryCodeChanged() method in WifiServiceImpl.CountryCodeListenerProxy
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiCountryCodeTest.java90 .onDriverCountryCodeChanged(mSetCountryCodeCaptor.getValue()); in setUp()
H A DWifiNativeTest.java1274 verify(mWifiCountryCodeChangeListener).onDriverCountryCodeChanged(testCountryCode); in testCountryCodeChangedListener()