Searched refs:stringToByteArray (Results 1 – 5 of 5) sorted by relevance
445 static byte[] stringToByteArray(String original, boolean isHex) in stringToByteArray() method in GpsNetInitiatedHandler548 byte[] input = stringToByteArray(original, isHex); in decodeString()
94 public static byte[] stringToByteArray(String str) { in stringToByteArray() method in NativeUtil
933 jspb.utils.stringToByteArray = function(str) { function
1440 code = NativeUtil.stringToByteArray(countryCode); in setCountryCodeHal()
2038 byte[] countryCodeBytes = NativeUtil.stringToByteArray(codeStr); in setCountryCode()