Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java175 public void onDriverCountryCodeChanged(String country) { in onDriverCountryCodeChanged() method in WifiCountryCode.CountryChangeListenerInternal
263 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method
288 listener.onDriverCountryCodeChanged(mDriverCountryCode); in registerListener()
779 listener.onDriverCountryCodeChanged(country); in notifyListener()
DWifiServiceImpl.java1978 public void onDriverCountryCodeChanged(@Nullable String countryCode) { in onDriverCountryCodeChanged() method in WifiServiceImpl.CountryCodeTracker
2049 .onDriverCountryCodeChanged(countryCode); in onDriverCountryCodeChanged()
4877 listener.onDriverCountryCodeChanged(mCountryCode.getCurrentDriverCountryCode());
DWifiNative.java316 mListener.onDriverCountryCodeChanged(country); in onCountryCodeChanged()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIOnWifiDriverCountryCodeChangedListener.aidl25 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method
DWifiManager.java4689 public void onDriverCountryCodeChanged(String countryCode) { in onDriverCountryCodeChanged() method in WifiManager.OnDriverCountryCodeChangedProxy
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCountryCodeTest.java192 .onDriverCountryCodeChanged(mSetCountryCodeCaptor.getValue()); in createWifiCountryCode()
596 verify(mExternalChangeListener).onDriverCountryCodeChanged(mDefaultCountryCode); in testCountryCodeChangedWillNotifyExternalListener()
DWifiServiceImplTest.java10123 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedStoresAvailableSoftApChannels()
10624 .onDriverCountryCodeChanged(anyString()); in registerDriverCountryCodeChangedListenerFailureOnLinkToDeath()
10643 .onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in verifyRegisterDriverCountryCodeChangedListenerSucceededAndTriggerListener()
10664 .onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in verifyRegisterDriverCountryCodeChangedListenerSucceededButNoNotifyListener()
10680 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_NEW_COUNTRY_CODE); in testDriverCountryCodeChangedDropWhenRegisterPermissionRemoved()
10683 .onDriverCountryCodeChanged(TEST_NEW_COUNTRY_CODE); in testDriverCountryCodeChangedDropWhenRegisterPermissionRemoved()
10688 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedDropWhenRegisterPermissionRemoved()
10691 .onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedDropWhenRegisterPermissionRemoved()
10708 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_NEW_COUNTRY_CODE); in unregisterDriverCountryCodeChangedListenerRemovesListener()
10711 .onDriverCountryCodeChanged(TEST_NEW_COUNTRY_CODE); in unregisterDriverCountryCodeChangedListenerRemovesListener()
[all …]
DSoftApManagerTest.java2537 .onDriverCountryCodeChanged("Not the country code we want."); in startSoftApAndVerifyEnabled()
2545 .onDriverCountryCodeChanged(softApConfig.getCountryCode()); in startSoftApAndVerifyEnabled()
2559 changeListenerCaptor.getValue().onDriverCountryCodeChanged("some country"); in startSoftApAndVerifyEnabled()
DWifiNativeTest.java1463 verify(mWifiCountryCodeChangeListener).onDriverCountryCodeChanged(testCountryCode); in testCountryCodeChangedListener()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3780 listenerCaptor.getValue().onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedCallbackProxyCallsOnActiveCountryCodeChanged()
3799 listenerCaptor.getValue().onDriverCountryCodeChanged(null); in testDriverCountryCodeChangedCallbackProxyCallsOnCountryCodeInactiveWhenNull()