Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1969 mTetheredSoftApTracker.notifyNewCountryCodeChangePending(countryCode); in onCountryCodeChangePending()
1972 mLohsSoftApTracker.notifyNewCountryCodeChangePending(countryCode); in onCountryCodeChangePending()
2140 public void notifyNewCountryCodeChangePending(@NonNull String countryCode) { in notifyNewCountryCodeChangePending() method in WifiServiceImpl.BaseSoftApTracker