Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java2289 public boolean setCountryCode(@NonNull String ifaceName, String codeStr) { in setCountryCode() argument
2291 if (TextUtils.isEmpty(codeStr)) return false; in setCountryCode()
2292 byte[] countryCodeBytes = NativeUtil.stringToByteArray(codeStr); in setCountryCode()