Searched refs:onCountryCodeChanged (Results 1 – 3 of 3) sorted by relevance
783 verify(mCountryCodeChangedListener).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()784 verify(mCountryCodeChangedListener2).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()790 verify(mCountryCodeChangedListener).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()791 verify(mCountryCodeChangedListener2, never()).onCountryCodeChanged(TEST_COUNTRY_CODE); in testCountryCodeChangedListenerInvocation()
131 void onCountryCodeChanged(@NonNull String countryCode); in onCountryCodeChanged() method208 executor.execute(() -> listener.onCountryCodeChanged(countryCode)); in OnRegDomainChanged()
10183 method public void onCountryCodeChanged(@NonNull String);