Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DAdnRecordTest.java38 IccUtils.hexStringToBytes("566F696365204D61696C07918150367742F3FFFFFFFFFFFF")); in testBasic()
48 IccUtils.hexStringToBytes("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF")); in testBasic()
57 adn = new AdnRecord(IccUtils.hexStringToBytes( "FF")); in testBasic()
67 IccUtils.hexStringToBytes("566F696365204D61696C07FF8150367742F3FFFFFFFFFFFF")); in testBasic()
77 IccUtils.hexStringToBytes("566F696365204D61696C07818150367742F3FFFFFFFFFFFF")); in testBasic()
87 IccUtils.hexStringToBytes("566F696365204D61696C0F918150367742F3FFFFFFFFFFFF")); in testBasic()
97 IccUtils.hexStringToBytes("566F696365204D61696C00918150367742F3FFFFFFFFFFFF")); in testBasic()
107 IccUtils.hexStringToBytes("566F696365204D61696C0291FF50367742F3FFFFFFFFFFFF")); in testBasic()
117 IccUtils.hexStringToBytes("566F696365204D61696C0291F150367742F3FFFFFFFFFFFF")); in testBasic()
127 IccUtils.hexStringToBytes( in testBasic()
[all …]
DSimUtilsTest.java37 data = IccUtils.hexStringToBytes("981062400510444868f2"); in testBasic()
44 data = IccUtils.hexStringToBytes("98E062400510444868f2"); in testBasic()
48 data = IccUtils.hexStringToBytes("98F062400510444868f2"); in testBasic()
74 data = IccUtils.hexStringToBytes("00566f696365204d61696c07918150367742f3ffffffffffff"); in testBasic()
79 data = IccUtils.hexStringToBytes("809673539A5764002F004DFFFFFFFFFF"); in testBasic()
83 data = IccUtils.hexStringToBytes("810A01566fec6365204de0696cFFFFFF"); in testBasic()
87 data = IccUtils.hexStringToBytes("820505302D82d32d31"); in testBasic()
DGsmAlphabetTest.java240 unpacked = IccUtils.hexStringToBytes("566F696365204D61696C"); in testBasic()
348 unpacked = IccUtils.hexStringToBytes("61626320646566FF"); in testGsm8BitUpackedWithEuckr()
353 unpacked = IccUtils.hexStringToBytes("C5D7BDBAC6AEFF"); in testGsm8BitUpackedWithEuckr()
DAppSmsManagerTest.java66 intent.putExtra("pdus", new byte[][]{IccUtils.hexStringToBytes(PDU), null, null}); in testHandleSmsReceivedIntent()
DSMSDispatcherTest.java.broken102 byte[] data = IccUtils.hexStringToBytes(s);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccSpecVersionTest.java92 IccUtils.hexStringToBytes("E00582030201039000"))); in testFromOpenChannelResponse()
99 IccUtils.hexStringToBytes("E00F05820202039000"))); in testFromOpenChannelResponseError()
102 IccUtils.hexStringToBytes("E005820202039000"))); in testFromOpenChannelResponseError()
105 IccUtils.hexStringToBytes("E10482030201039000"))); in testFromOpenChannelResponseError()
DEuiccCardTest.java295 IccUtils.hexStringToBytes( in testGetProfile()
648 IccUtils.hexStringToBytes("4131423243332D583459355A36"), // hashCc in testPrepareDownload()
667 IccUtils.hexStringToBytes("4131423243332D583459355A36"), // hashCc in testPrepareDownload_Error()
867 mEuiccCard.cancelSession(IccUtils.hexStringToBytes("A1B2C3"), in testCancelSession()
880 mEuiccCard.cancelSession(IccUtils.hexStringToBytes("A1B2C3"), in testCancelSession_Error()
942 IccUtils.hexStringToBytes( in testRetrieveNotificationList()
945 IccUtils.hexStringToBytes( in testRetrieveNotificationList()
992 IccUtils.hexStringToBytes("3014BF2F118001010C08736D64702E636F6D81020410")), in testRetrieveNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DIccUtilsTest.java209 assertArrayEquals(new byte[] {}, IccUtils.hexStringToBytes("")); in testHexStringToBytes()
210 assertArrayEquals(new byte[] {0}, IccUtils.hexStringToBytes("00")); in testHexStringToBytes()
213 IccUtils.hexStringToBytes("FF12FE34FD56FC78")); in testHexStringToBytes()
DAsn1NodeTest.java134 .addChildren(IccUtils.hexStringToBytes("13040422C4F01403FF00FF")) in testBuilderAndGetters()
204 System.arraycopy(IccUtils.hexStringToBytes("BF378201055A820101"), 0, expected, 0, 9); in testLongFormLength()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRulesTest.java119 IccIoResult iir = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes(hexString)); in testHelper()
335 IccIoResult iir = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes(hexString)); in testAID_OnlyARAM()
398 IccIoResult iir = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes(hexString)); in testAID_OnlyARAD()
458 IccIoResult iir = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes(hexString)); in testAID_BothARAMandARAD()
574 IccUtils.hexStringToBytes(hexString1)); in testAID_RetransmitLogicalChannel()
588 IccUtils.hexStringToBytes(hexString2)); in testAID_RetransmitLogicalChannel()
DUiccCardTest.java121 mIccIoResult = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes("FF40")); in setUp()
DUiccProfileTest.java145 mIccIoResult = new IccIoResult(0x90, 0x00, IccUtils.hexStringToBytes("FF40")); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsCbTest.java720 private static final byte[] etwsMessageNormal = IccUtils.hexStringToBytes("000011001101" +
725 private static final byte[] etwsMessageCancel = IccUtils.hexStringToBytes("000011001101" +
730 private static final byte[] etwsMessageTest = IccUtils.hexStringToBytes("000011031101" +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccIoResult.java191 this(sw1, sw2, IccUtils.hexStringToBytes(hexString)); in IccIoResult()
DUiccCarrierPrivilegeRules.java555 IccUtils.hexStringToBytes(cert), "", 0x00); in handleMessage()
656 packageName = new String(IccUtils.hexStringToBytes(pkgDo.value)); in parseRefArdo()
682 IccUtils.hexStringToBytes(certificateHash), packageName, accessType); in parseRefArdo()
DAnswerToReset.java298 byte[] atrBytes = IccUtils.hexStringToBytes(atr); in parseAtrString()
DSIMRecords.java1619 byte[] ba = IccUtils.hexStringToBytes(sms); in fetchSimRecords()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Decoder.java36 this(IccUtils.hexStringToBytes(hex)); in Asn1Decoder()
DAsn1Node.java148 return addChildAsBytes(tag, IccUtils.hexStringToBytes(hex)); in addChildAsBytesFromHex()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DLogicalChannelMocker.java106 byte[] responseBytes = IccUtils.hexStringToBytes("00" + responseHex); in getSelectResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DRilMessageDecoder.java179 rawData = IccUtils.hexStringToBytes((String) rilMsg.mData); in decodeMessageParams()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java395 hexStringToBytes(String s) { in hexStringToBytes() method in IccUtils
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2527 byte[] bytes = IccUtils.hexStringToBytes(terminalResponse); in censoredTerminalResponse()
/frameworks/base/config/
Dhiddenapi-greylist.txt1481 Lcom/android/internal/telephony/uicc/IccUtils;->hexStringToBytes(Ljava/lang/String;)[B
Dboot-image-profile.txt23854 HSPLcom/android/internal/telephony/uicc/IccUtils;->hexStringToBytes(Ljava/lang/String;)[B