Searched refs:hexStringToBytes (Results 1 – 3 of 3) sorted by relevance
54 private static final byte[] etwsMessageNormal = IccUtils.hexStringToBytes("000011001101" +59 private static final byte[] etwsMessageCancel = IccUtils.hexStringToBytes("000011001101" +64 private static final byte[] etwsMessageTest = IccUtils.hexStringToBytes("000011031101" +
47 private static final byte[] etwsMessageNormal = IccUtils.hexStringToBytes("000011001101" +52 private static final byte[] etwsMessageCancel = IccUtils.hexStringToBytes("000011001101" +57 private static final byte[] etwsMessageTest = IccUtils.hexStringToBytes("000011031101" +
1423 static byte[] hexStringToBytes(String s) { in hexStringToBytes() method in NfcService1658 mDeviceHost.routeAid(hexStringToBytes(aid), route); in handleMessage()1664 mDeviceHost.unrouteAid(hexStringToBytes(aid)); in handleMessage()