Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java186 when(mWifiNative.setCountryCodeHal(TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT))) in startSoftApAndVerifyEnabled()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java178 if (!mWifiNative.setCountryCodeHal(mCountryCode.toUpperCase(Locale.ROOT)) in startSoftAp()
DWifiNative.java2353 public boolean setCountryCodeHal(String CountryCode) { in setCountryCodeHal() method in WifiNative