Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java777 mActiveModeWarden.updateClientScanModeAfterCountryCodeUpdate(country); in notifyListener()
DActiveModeWarden.java1795 public void updateClientScanModeAfterCountryCodeUpdate(@Nullable String newCountryCode) { in updateClientScanModeAfterCountryCodeUpdate() method in ActiveModeWarden
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java405 mActiveModeWarden.updateClientScanModeAfterCountryCodeUpdate(TEST_COUNTRYCODE); in enterClientModeActiveState()