Searched refs:onCountryCodeChanged (Results 1 – 3 of 3) sorted by relevance
802 verify(mCountryCodeChangedListener).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()803 verify(mCountryCodeChangedListener2).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()809 verify(mCountryCodeChangedListener).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()810 verify(mCountryCodeChangedListener2, never()).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()
132 void onCountryCodeChanged(@NonNull String countryCode); in onCountryCodeChanged() method215 executor.execute(() -> listener.onCountryCodeChanged(countryCode)); in OnRegDomainChanged()
9966 method public void onCountryCodeChanged(@NonNull String);