Home
last modified time | relevance | path

Searched refs:hexStringToBytes (Results 1 – 3 of 3) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/
DDialogSmsDisplayTests.java54 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" +
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java48 private static final byte[] etwsMessageNormal = IccUtils.hexStringToBytes("000011001101" +
53 private static final byte[] etwsMessageCancel = IccUtils.hexStringToBytes("000011001101" +
58 private static final byte[] etwsMessageTest = IccUtils.hexStringToBytes("000011031101" +
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1437 static byte[] hexStringToBytes(String s) { in hexStringToBytes() method in NfcService
1664 buffer.put(hexStringToBytes(systemCode)); in getT3tIdentifierBytes()
1665 buffer.put(hexStringToBytes(nfcId2)); in getT3tIdentifierBytes()
1719 mDeviceHost.routeAid(hexStringToBytes(aid), route); in handleMessage()
1725 mDeviceHost.unrouteAid(hexStringToBytes(aid)); in handleMessage()