Searched refs:onCountryCodeChanged (Results 1 – 5 of 5) sorted by relevance
781 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()
126 void onCountryCodeChanged(@NonNull String countryCode); in onCountryCodeChanged() method195 executor.execute(() -> listener.onCountryCodeChanged(countryCode)); in OnRegDomainChanged()
1273 mCountryCodeChangedListenerCaptor.getValue().onCountryCodeChanged(testCountryCode); in testCountryCodeChangedListener()
187 public void onCountryCodeChanged(String country) { in onCountryCodeChanged() method in WifiNative.CountryCodeChangeListenerInternal
7973 method public void onCountryCodeChanged(@NonNull String);