Searched refs:codeStr (Results 1 – 1 of 1) sorted by relevance
2059 public boolean setCountryCode(@NonNull String ifaceName, String codeStr) { in setCountryCode() argument2061 if (TextUtils.isEmpty(codeStr)) return false; in setCountryCode()2062 byte[] countryCodeBytes = NativeUtil.stringToByteArray(codeStr); in setCountryCode()