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.java2035 public boolean setCountryCode(@NonNull String ifaceName, String codeStr) { in setCountryCode() argument
2037 if (TextUtils.isEmpty(codeStr)) return false; in setCountryCode()
2038 byte[] countryCodeBytes = NativeUtil.stringToByteArray(codeStr); in setCountryCode()