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