Searched refs:hexStringToBytes (Results 1 – 6 of 6) sorted by relevance
85 … if (!Arrays.equals(HceUtils.hexStringToBytes(mCommandApdus[mApduIndex].getApdu()), arg0)) { in processCommandApdu()91 byte[] responseApdu = HceUtils.hexStringToBytes(mResponseApdus[mApduIndex]); in processCommandApdu()
112 byte[] response = isoDep.transceive(HceUtils.hexStringToBytes(apdu.getApdu())); in onTagDiscovered()120 byte[] expectedResponse = HceUtils.hexStringToBytes(mResponses[count]); in onTagDiscovered()
53 public static byte[] hexStringToBytes(String s) { in hexStringToBytes() method in HceUtils
19 import static android.carrierapi.cts.IccUtils.hexStringToBytes;84 byte[] data = hexStringToBytes(fcpResponse); in parseFcpTemplate()
54 public static byte[] hexStringToBytes(String s) { in hexStringToBytes() method in IccUtils
21 import static android.carrierapi.cts.IccUtils.hexStringToBytes;855 byte[] responseBytes = hexStringToBytes(response); in testIccTransmitApduBasicChannel()