Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java269 updateCountryCode(); in evaluateAllCmmStateAndApplyIfAllReady()
290 updateCountryCode(); in setOverrideCountryCode()
305 updateCountryCode(); in clearOverrideCountryCode()
343 updateCountryCode(); in setTelephonyCountryCodeAndUpdate()
395 updateCountryCode(); in setDefaultCountryCode()
421 private void updateCountryCode() { in updateCountryCode() method in WifiCountryCode
481 if (!sm.updateCountryCode(country)) { in setCountryCodeNative()
H A DSoftApManager.java580 public boolean updateCountryCode(@NonNull String countryCode) { in updateCountryCode() method in SoftApManager
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java3118 mSoftApManager.updateCountryCode(TEST_COUNTRY_CODE + "TW"); in testUpdateCountryCodeWhenConfigDisabled()
3132 mSoftApManager.updateCountryCode(TEST_COUNTRY_CODE + "TW"); in testUpdateCountryCodeWhenConfigEnabled()
3146 mSoftApManager.updateCountryCode(TEST_COUNTRY_CODE); in testUpdateSameCountryCodeWhenConfigEnabled()