Searched refs:onDriverCountryCodeChanged (Results 1 – 10 of 10) sorted by relevance
175 public void onDriverCountryCodeChanged(String country) { in onDriverCountryCodeChanged() method in WifiCountryCode.CountryChangeListenerInternal263 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method288 listener.onDriverCountryCodeChanged(mDriverCountryCode); in registerListener()779 listener.onDriverCountryCodeChanged(country); in notifyListener()
1978 public void onDriverCountryCodeChanged(@Nullable String countryCode) { in onDriverCountryCodeChanged() method in WifiServiceImpl.CountryCodeTracker2049 .onDriverCountryCodeChanged(countryCode); in onDriverCountryCodeChanged()4877 listener.onDriverCountryCodeChanged(mCountryCode.getCurrentDriverCountryCode());
316 mListener.onDriverCountryCodeChanged(country); in onCountryCodeChanged()
25 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() method
4689 public void onDriverCountryCodeChanged(String countryCode) { in onDriverCountryCodeChanged() method in WifiManager.OnDriverCountryCodeChangedProxy
192 .onDriverCountryCodeChanged(mSetCountryCodeCaptor.getValue()); in createWifiCountryCode()596 verify(mExternalChangeListener).onDriverCountryCodeChanged(mDefaultCountryCode); in testCountryCodeChangedWillNotifyExternalListener()
10123 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 …]
2537 .onDriverCountryCodeChanged("Not the country code we want."); in startSoftApAndVerifyEnabled()2545 .onDriverCountryCodeChanged(softApConfig.getCountryCode()); in startSoftApAndVerifyEnabled()2559 changeListenerCaptor.getValue().onDriverCountryCodeChanged("some country"); in startSoftApAndVerifyEnabled()
1463 verify(mWifiCountryCodeChangeListener).onDriverCountryCodeChanged(testCountryCode); in testCountryCodeChangedListener()
3780 listenerCaptor.getValue().onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedCallbackProxyCallsOnActiveCountryCodeChanged()3799 listenerCaptor.getValue().onDriverCountryCodeChanged(null); in testDriverCountryCodeChangedCallbackProxyCallsOnCountryCodeInactiveWhenNull()