Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2059 public boolean setCountryCode(@NonNull String ifaceName, String codeStr) { in setCountryCode() argument
2061 if (TextUtils.isEmpty(codeStr)) return false; in setCountryCode()
2062 byte[] countryCodeBytes = NativeUtil.stringToByteArray(codeStr); in setCountryCode()