Searched refs:setCountryCodeHal (Results 1 – 3 of 3) sorted by relevance
186 when(mWifiNative.setCountryCodeHal(TEST_COUNTRY_CODE.toUpperCase(Locale.ROOT))) in startSoftApAndVerifyEnabled()
178 if (!mWifiNative.setCountryCodeHal(mCountryCode.toUpperCase(Locale.ROOT)) in startSoftAp()
2353 public boolean setCountryCodeHal(String CountryCode) { in setCountryCodeHal() method in WifiNative