Searched refs:stringToByteArray (Results 1 – 4 of 4) sorted by relevance
455 static byte[] stringToByteArray(String original, boolean isHex) in stringToByteArray() method in GpsNetInitiatedHandler559 byte[] input = stringToByteArray(original, isHex); in decodeString()
94 public static byte[] stringToByteArray(String str) { in stringToByteArray() method in NativeUtil
1440 code = NativeUtil.stringToByteArray(countryCode); in setCountryCodeHal()
2062 byte[] countryCodeBytes = NativeUtil.stringToByteArray(codeStr); in setCountryCode()