Home
last modified time | relevance | path

Searched defs:onCountryCodeChangePending (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java264 default void onCountryCodeChangePending(@NonNull String countryCode) {}; in onCountryCodeChangePending() method
DWifiServiceImpl.java2315 public void onCountryCodeChangePending(@NonNull String countryCode) { in onCountryCodeChangePending() method in WifiServiceImpl.CountryCodeTracker