Searched refs:mActiveCountryCodeChangedCallback (Results 1 – 4 of 4) sorted by relevance
107 protected ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback; field in WifiHotspotRepository539 if (mActiveCountryCodeChangedCallback != null) { in startAutoRefresh()543 mActiveCountryCodeChangedCallback = new ActiveCountryCodeChangedCallback(); in startAutoRefresh()545 mActiveCountryCodeChangedCallback); in startAutoRefresh() local549 if (mActiveCountryCodeChangedCallback == null) { in stopAutoRefresh()553 mWifiManager.unregisterActiveCountryCodeChangedCallback(mActiveCountryCodeChangedCallback); in stopAutoRefresh()554 mActiveCountryCodeChangedCallback = null; in stopAutoRefresh()
214 @Mock ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback; field in WifiManagerTest3714 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()
233 mRepository.mActiveCountryCodeChangedCallback = null; in setAutoRefresh_setEnabled_registerCallback()
200 private WifiManager.ActiveCountryCodeChangedCallback mActiveCountryCodeChangedCallback; field in WifiAwareStateManagerTest289 mActiveCountryCodeChangedCallback = callbackArgumentCaptor.getValue(); in setUp()1141 mActiveCountryCodeChangedCallback.onActiveCountryCodeChanged("US"); in testPublishSuccessInstantCommunicationMode()1227 mActiveCountryCodeChangedCallback.onActiveCountryCodeChanged("US"); in testSubscribeSuccessInstantCommunicationMode()