Home
last modified time | relevance | path

Searched refs:onCountryCodeChanged (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java781 verify(mCountryCodeChangedListener).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()
782 verify(mCountryCodeChangedListener2).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()
788 verify(mCountryCodeChangedListener).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()
789 verify(mCountryCodeChangedListener2, never()).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java126 void onCountryCodeChanged(@NonNull String countryCode); in onCountryCodeChanged() method
195 executor.execute(() -> listener.onCountryCodeChanged(countryCode)); in OnRegDomainChanged()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java1273 mCountryCodeChangedListenerCaptor.getValue().onCountryCodeChanged(testCountryCode); in testCountryCodeChangedListener()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java187 public void onCountryCodeChanged(String country) { in onCountryCodeChanged() method in WifiNative.CountryCodeChangeListenerInternal
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7973 method public void onCountryCodeChanged(@NonNull String);