Home
last modified time | relevance | path

Searched refs:onActiveCountryCodeChanged (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbCountryCodeTest.java353 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()
/packages/modules/Connectivity/thread/tests/unit/src/com/android/server/thread/
DThreadNetworkCountryCodeTest.java248 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()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java163 public void onActiveCountryCodeChanged(@NonNull String countryCode) { in onActiveCountryCodeChanged() method in UwbCountryCode.WifiCountryCodeCallback
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java322 public void onActiveCountryCodeChanged(String countryCode) { in onActiveCountryCodeChanged() method in ThreadNetworkCountryCode.WifiCountryCodeCallback
/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java560 public void onActiveCountryCodeChanged(String country) { in onActiveCountryCodeChanged() method in WifiHotspotRepository.ActiveCountryCodeChangedCallback
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java4694 mExecutor.execute(() -> mCallback.onActiveCountryCodeChanged(countryCode)); in onDriverCountryCodeChanged()
4712 void onActiveCountryCodeChanged(@NonNull String countryCode); in onActiveCountryCodeChanged() method
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java1141 mActiveCountryCodeChangedCallback.onActiveCountryCodeChanged("US"); in testPublishSuccessInstantCommunicationMode()
1227 mActiveCountryCodeChangedCallback.onActiveCountryCodeChanged("US"); in testSubscribeSuccessInstantCommunicationMode()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3782 verify(mActiveCountryCodeChangedCallback).onActiveCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedCallbackProxyCallsOnActiveCountryCodeChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java814 public void onActiveCountryCodeChanged(@androidx.annotation.NonNull String countryCode) { in onActiveCountryCodeChanged() method in WifiAwareStateManager.CountryCodeChangeCallback
/packages/modules/Wifi/framework/api/
Dsystem-current.txt966 method public void onActiveCountryCodeChanged(@NonNull String);