Home
last modified time | relevance | path

Searched refs:mActiveCountryCodeChangedCallback (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java107 protected ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback; field in WifiHotspotRepository
539 if (mActiveCountryCodeChangedCallback != null) { in startAutoRefresh()
543 mActiveCountryCodeChangedCallback = new ActiveCountryCodeChangedCallback(); in startAutoRefresh()
545 mActiveCountryCodeChangedCallback); in startAutoRefresh() local
549 if (mActiveCountryCodeChangedCallback == null) { in stopAutoRefresh()
553 mWifiManager.unregisterActiveCountryCodeChangedCallback(mActiveCountryCodeChangedCallback); in stopAutoRefresh()
554 mActiveCountryCodeChangedCallback = null; in stopAutoRefresh()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java214 @Mock ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback; field in WifiManagerTest
3714 mActiveCountryCodeChangedCallback); in testRegisterActiveCountryCodeChangedCallbackThrowsExceptionOnNullExecutor()
3741 mActiveCountryCodeChangedCallback); in testRegisterActiveCountryCodeChangedCallbackCallGoesToWifiServiceImpl()
3757 mActiveCountryCodeChangedCallback); in testUnregisterActiveCountryCodeChangedCallbackCallGoesToWifiServiceImpl()
3762 mActiveCountryCodeChangedCallback); in testUnregisterActiveCountryCodeChangedCallbackCallGoesToWifiServiceImpl()
3776 mActiveCountryCodeChangedCallback); in testDriverCountryCodeChangedCallbackProxyCallsOnActiveCountryCodeChanged()
3782 verify(mActiveCountryCodeChangedCallback).onActiveCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedCallbackProxyCallsOnActiveCountryCodeChanged()
3795 mActiveCountryCodeChangedCallback); in testDriverCountryCodeChangedCallbackProxyCallsOnCountryCodeInactiveWhenNull()
3801 verify(mActiveCountryCodeChangedCallback).onCountryCodeInactive(); in testDriverCountryCodeChangedCallbackProxyCallsOnCountryCodeInactiveWhenNull()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/repository/
DWifiHotspotRepositoryTest.java233 mRepository.mActiveCountryCodeChangedCallback = null; in setAutoRefresh_setEnabled_registerCallback()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java200 private WifiManager.ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback; field in WifiAwareStateManagerTest
289 mActiveCountryCodeChangedCallback = callbackArgumentCaptor.getValue(); in setUp()
1141 mActiveCountryCodeChangedCallback.onActiveCountryCodeChanged("US"); in testPublishSuccessInstantCommunicationMode()
1227 mActiveCountryCodeChangedCallback.onActiveCountryCodeChanged("US"); in testSubscribeSuccessInstantCommunicationMode()