Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DGsmSmsCbMessageTest.java106 final byte[] pdu = hexStringToBytes("0111130F6A0101C8329BFD06559BD429E8FE96B3C92C101D9D9" in testCreateMessageFromBinary()
170 final byte[] pdu = hexStringToBytes("0001113001010010C0111204D2"); in testCreateTriggerMessage()
996 private static final byte[] etwsMessageNormal = hexStringToBytes("000011001101"
1001 private static final byte[] etwsMessageCancel = hexStringToBytes("000011001101"
1006 private static final byte[] etwsMessageTest = hexStringToBytes("000011031101"
DGsmCellBroadcastHandlerTest.java179 final byte[] pdu = hexStringToBytes("0001113001010010C0111204D2"); in testTriggerMessage()
206 final byte[] pdu = hexStringToBytes("0001113001010010C0111204D2"); in testAirplaneModeReset()
DCellBroadcastServiceTestBase.java209 public static byte[] hexStringToBytes(String s) { in hexStringToBytes() method in CellBroadcastServiceTestBase
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java47 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" +
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1819 static byte[] hexStringToBytes(String s) { in hexStringToBytes() method in NfcService
2071 buffer.put(hexStringToBytes(systemCode)); in getT3tIdentifierBytes()
2072 buffer.put(hexStringToBytes(nfcId2)); in getT3tIdentifierBytes()
2073 buffer.put(hexStringToBytes(t3tPmm)); in getT3tIdentifierBytes()
2131 mDeviceHost.routeAid(hexStringToBytes(aid), route, aidInfo); in handleMessage()
2137 mDeviceHost.unrouteAid(hexStringToBytes(aid)); in handleMessage()