Searched refs:onActiveCountryCodeChanged (Results 1 – 10 of 10) sorted by relevance
353 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(TEST_COUNTRY_CODE); in testChangeInWifiCountryCode()412 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(TEST_COUNTRY_CODE); in testChangeInTelephonyCountryCodeWhenWifiAndLocationCountryCodeAvailable()443 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(""); in testUseLastKnownTelephonyCountryCodeWhenWifiAndTelephonyCountryCodeNotAvailable()464 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(TEST_COUNTRY_CODE); in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()495 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(TEST_COUNTRY_CODE); in testForceOverrideCodeWhenTelephonyAndWifiAvailable()525 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(TEST_COUNTRY_CODE); in testUseCacheWhenTelephonyAndWifiNotAvailable()538 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(DEFAULT_COUNTRY_CODE); in testUseCacheWhenTelephonyAndWifiNotAvailable()
248 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(TEST_COUNTRY_CODE_CN); in wifiCountryCode_bothWifiAndLocationAreAvailable_wifiCountryCodeIsUsed()260 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(TEST_COUNTRY_CODE_US); in wifiCountryCode_wifiCountryCodeIsActive_wifiCountryCodeIsUsed()274 .onActiveCountryCodeChanged(TEST_WIFI_DEFAULT_COUNTRY_CODE); in wifiCountryCode_wifiDefaultCountryCodeIsActive_wifiCountryCodeIsNotUsed()286 mWifiCountryCodeReceiverCaptor.getValue().onActiveCountryCodeChanged(TEST_COUNTRY_CODE_US); in wifiCountryCode_wifiCountryCodeIsInactive_defaultCountryCodeIsUsed()
163 public void onActiveCountryCodeChanged(@NonNull String countryCode) { in onActiveCountryCodeChanged() method in UwbCountryCode.WifiCountryCodeCallback
322 public void onActiveCountryCodeChanged(String countryCode) { in onActiveCountryCodeChanged() method in ThreadNetworkCountryCode.WifiCountryCodeCallback
560 public void onActiveCountryCodeChanged(String country) { in onActiveCountryCodeChanged() method in WifiHotspotRepository.ActiveCountryCodeChangedCallback
4694 mExecutor.execute(() -> mCallback.onActiveCountryCodeChanged(countryCode)); in onDriverCountryCodeChanged()4712 void onActiveCountryCodeChanged(@NonNull String countryCode); in onActiveCountryCodeChanged() method
1141 mActiveCountryCodeChangedCallback.onActiveCountryCodeChanged("US"); in testPublishSuccessInstantCommunicationMode()1227 mActiveCountryCodeChangedCallback.onActiveCountryCodeChanged("US"); in testSubscribeSuccessInstantCommunicationMode()
3782 verify(mActiveCountryCodeChangedCallback).onActiveCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedCallbackProxyCallsOnActiveCountryCodeChanged()
814 public void onActiveCountryCodeChanged(@androidx.annotation.NonNull String countryCode) { in onActiveCountryCodeChanged() method in WifiAwareStateManager.CountryCodeChangeCallback
966 method public void onActiveCountryCodeChanged(@NonNull String);