Home
last modified time | relevance | path

Searched refs:mCountryCodeTracker (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java330 public final CountryCodeTracker mCountryCodeTracker; field in WifiServiceImpl
575 mCountryCodeTracker = new CountryCodeTracker(); in WifiServiceImpl()
875 mCountryCode.registerListener(mCountryCodeTracker); in handleBootCompleted()
4869 mCountryCodeTracker.registerDriverCountryCodeChangedListener(listener,
4916 mCountryCodeTracker.unregisterDriverCountryCodeChangedListener(listener),
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java10123 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedStoresAvailableSoftApChannels()
10680 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_NEW_COUNTRY_CODE); in testDriverCountryCodeChangedDropWhenRegisterPermissionRemoved()
10688 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in testDriverCountryCodeChangedDropWhenRegisterPermissionRemoved()
10708 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_NEW_COUNTRY_CODE); in unregisterDriverCountryCodeChangedListenerRemovesListener()
10716 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in unregisterDriverCountryCodeChangedListenerRemovesListener()
11539 mWifiServiceImpl.mCountryCodeTracker.onCountryCodeChangePending(TEST_COUNTRY_CODE); in testTetheredSoftApTrackerWhenCountryCodeChanged()
11541 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(TEST_COUNTRY_CODE); in testTetheredSoftApTrackerWhenCountryCodeChanged()
11555 mWifiServiceImpl.mCountryCodeTracker.onCountryCodeChangePending(TEST_NEW_COUNTRY_CODE); in testTetheredSoftApTrackerWhenCountryCodeChanged()
12247 mWifiServiceImpl.mCountryCodeTracker.onDriverCountryCodeChanged(newCountryCode); in testInformAfcManagerOnCountryCodeChange()