Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java258 default void onCountryCodeChangePending(@NonNull String countryCode) {}; in onCountryCodeChangePending() method
739 listener.onCountryCodeChangePending(country); in setCountryCodeNative()
DWifiServiceImpl.java1965 public void onCountryCodeChangePending(@NonNull String countryCode) { in onCountryCodeChangePending() method in WifiServiceImpl.CountryCodeTracker
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCountryCodeTest.java680 verify(mExternalChangeListener).onCountryCodeChangePending(TEST_COUNTRY_CODE); in testSetOverrideCountryCodeAndOnCountryCodeChangePending()
DWifiServiceImplTest.java11539 mWifiServiceImpl.mCountryCodeTracker.onCountryCodeChangePending(TEST_COUNTRY_CODE); in testTetheredSoftApTrackerWhenCountryCodeChanged()
11555 mWifiServiceImpl.mCountryCodeTracker.onCountryCodeChangePending(TEST_NEW_COUNTRY_CODE); in testTetheredSoftApTrackerWhenCountryCodeChanged()