Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java202 mCi.sendSMSExpectMore(IccUtils.bytesToHexString(smsc), in sendSms()
203 IccUtils.bytesToHexString(pdu), reply); in sendSms()
205 mCi.sendSMS(IccUtils.bytesToHexString(smsc), in sendSms()
206 IccUtils.bytesToHexString(pdu), reply); in sendSms()
209 mCi.sendImsGsmSms(IccUtils.bytesToHexString(smsc), in sendSms()
210 IccUtils.bytesToHexString(pdu), tracker.mImsRetry, in sendSms()
DUsimDataDownloadHandler.java103 String smsc = IccUtils.bytesToHexString( in handleUsimDataDownload()
107 IccUtils.bytesToHexString(smsMessage.getPdu()), in handleUsimDataDownload()
194 String encodedEnvelope = IccUtils.bytesToHexString(envelope); in handleDataDownload()
292 IccUtils.bytesToHexString(smsAckPdu), null); in sendSmsAckForEnvelopeResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java108 + " mCphsInfo=" + IccUtils.bytesToHexString(mCphsInfo) in toString()
110 + " efMWIS=" + IccUtils.bytesToHexString(mEfMWIS) in toString()
111 + " efCPHS_MWI=" + IccUtils.bytesToHexString(mEfCPHS_MWI) in toString()
112 + " mEfCff=" + IccUtils.bytesToHexString(mEfCff) in toString()
113 + " mEfCfis=" + IccUtils.bytesToHexString(mEfCfis) in toString()
290 return IccUtils.bytesToHexString(mUsimServiceTable.getUSIMServiceTable()); in getSimServiceTable()
566 + " mEfCfis=" + IccUtils.bytesToHexString(mEfCfis)); in setVoiceCallForwardingFlag()
587 + " invalid mEfCfis=" + IccUtils.bytesToHexString(mEfCfis)); in setVoiceCallForwardingFlag()
690 log("EF_MBI: " + IccUtils.bytesToHexString(data)); in handleMessage()
814 if (DBG) log("EF_MWIS : " + IccUtils.bytesToHexString(data)); in handleMessage()
[all …]
DRuimRecords.java83 + " mEFpl=" + IccUtils.bytesToHexString(mEFpl) in toString()
84 + " mEFli=" + IccUtils.bytesToHexString(mEFli) in toString()
238 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl)); in onRecordLoaded()
266 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli)); in onRecordLoaded()
281 IccUtils.bytesToHexString(data)); in onRecordLoaded()
369 if (DBG) log("CSIM_MDN=" + IccUtils.bytesToHexString(data)); in onRecordLoaded()
394 if (DBG) log("data=" + Rlog.pii(LOG_TAG, IccUtils.bytesToHexString(data))); in onRecordLoaded()
511 if (DBG) log("CSIM_EPRL=" + IccUtils.bytesToHexString(data)); in onGetCSimEprlDone()
DIccIoResult.java205 + (TelephonyUtils.IS_DEBUGGABLE ? IccUtils.bytesToHexString(payload) : "*******") in toString()
DAdnRecordLoader.java238 + "\n" + IccUtils.bytesToHexString(data)); in handleMessage()
266 + "\n" + IccUtils.bytesToHexString(data)); in handleMessage()
DIccFileHandler.java403 IccUtils.bytesToHexString(data), pin2, mAid, onComplete); in updateEFLinearFixed()
420 IccUtils.bytesToHexString(data), pin2, mAid, onComplete); in updateEFLinearFixed()
432 IccUtils.bytesToHexString(data), null, mAid, onComplete); in updateEFTransparent()
568 + IccUtils.bytesToHexString(data)); in handleMessage()
DUiccCarrierPrivilegeRules.java405 statusCode = Integer.parseInt(IccUtils.bytesToHexString(bytes), 16); in shouldRetry()
474 mRules += IccUtils.bytesToHexString(response.payload) in handleMessage()
500 + IccUtils.bytesToHexString(response.payload) in handleMessage()
DIsimUiccRecords.java223 mIsimIst = IccUtils.bytesToHexString(data); in onRecordLoaded()
305 Rlog.d(LOG_TAG, "[ISIM] can't find TLV. record = " + IccUtils.bytesToHexString(record)); in isimTlvToString()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DApduSenderTest.java119 assertEquals("A1A1A19000", IccUtils.bytesToHexString(mSelectResponse)); in testSendEmptyCommands()
151 assertEquals("A1A1A1", IccUtils.bytesToHexString(mResponseCaptor.response)); in testSend()
171 assertEquals("A4", IccUtils.bytesToHexString(mResponseCaptor.response)); in testSendMultiApdus()
198 assertEquals("A3", IccUtils.bytesToHexString(mResponseCaptor.response)); in testSendMultiApdusStopEarly()
218 assertEquals("A1A1A1B2B2B2B2C3C3", IccUtils.bytesToHexString(mResponseCaptor.response)); in testSendLongResponse()
246 assertEquals("C3", IccUtils.bytesToHexString(mResponseCaptor.response)); in testSendStoreDataLongDataLongResponse()
274 assertEquals("B2222B", IccUtils.bytesToHexString(mResponseCaptor.response)); in testSendStoreDataLongDataMod0()
292 assertEquals("B2222B", IccUtils.bytesToHexString(mResponseCaptor.response)); in testSendStoreDataLen0()
/frameworks/av/media/libmedia/
DMediaResource.cpp74 static String8 bytesToHexString(const std::vector<uint8_t> &bytes) { in bytesToHexString() function
87 bytesToHexString(resource.id).c_str(), in toString()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DIccUtilsTest.java199 assertEquals("", IccUtils.bytesToHexString(new byte[] {})); in testBytesToHexString()
200 assertEquals("00", IccUtils.bytesToHexString(new byte[] {0})); in testBytesToHexString()
203 IccUtils.bytesToHexString(new byte[] {-1, 0x12, -2, 0x34, -3, 0x56, -4, 0x78})); in testBytesToHexString()
/frameworks/base/packages/StatementService/src/com/android/statementservice/utils/
DStatementUtils.kt112 ?.let(StatementUtils::bytesToHexString) in computeNormalizedSha256Fingerprint()
116 private fun bytesToHexString(bytes: ByteArray): String { in bytesToHexString() method
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Node.java556 return IccUtils.bytesToHexString(toBytes()); in toHex()
561 String headHex = IccUtils.bytesToHexString(IccUtils.unsignedIntToBytes(mTag)); in getHeadAsHex()
567 headHex += IccUtils.bytesToHexString(lenBytes); in getHeadAsHex()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIsimUiccRecordsTest.java322 String mockSst = IccUtils.bytesToHexString(sst); in testGetSimServiceTable()
354 String mockSst = IccUtils.bytesToHexString(sst); in testGetSsimServiceTableLessTableSize()
374 String mockSst = IccUtils.bytesToHexString(sst); in testGetSsimServiceTableLargeTableSize()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerServiceTest.java337 Assert.assertEquals(sha256, bytesToHexString(packageHash.sha256certificate)); in testPerPackageReadTimeouts()
357 Assert.assertEquals(sha256, bytesToHexString(full.sha256certificate)); in testPerPackageReadTimeouts()
377 Assert.assertEquals(sha256, bytesToHexString(singlePackage[0].sha256certificate)); in testGetPerPackageReadTimeouts()
388 Assert.assertEquals(sha256, bytesToHexString(multiPackage[0].sha256certificate)); in testGetPerPackageReadTimeouts()
449 private static String bytesToHexString(byte[] bytes) { in bytesToHexString() method in PackageManagerServiceTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java564 assertEquals("BF2003010203", IccUtils.bytesToHexString(resultCaptor.result)); in testGetEuiccInfo1()
576 assertEquals("BF2203010203", IccUtils.bytesToHexString(resultCaptor.result)); in testGetEuiccInfo2()
597 assertEquals("BF3802A000", IccUtils.bytesToHexString(resultCaptor.result)); in testAuthenticateServer()
654 assertEquals("BF3802A000", IccUtils.bytesToHexString(resultCaptor.result)); in testAuthenticateService_devCap()
676 assertEquals("BF2102A000", IccUtils.bytesToHexString(resultCaptor.result)); in testPrepareDownload()
738 assertEquals("BF3700", IccUtils.bytesToHexString(resultCaptor.result)); in testLoadBoundProfilePackage()
952 assertEquals("BF4100", IccUtils.bytesToHexString(resultCaptor.result)); in testCancelSession()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmAlphabetTest.java242 assertEquals(IccUtils.bytesToHexString(unpacked), in testBasic()
243 IccUtils.bytesToHexString( in testBasic()
/frameworks/base/telephony/java/android/telephony/
DUiccAccessRule.java209 return IccUtils.bytesToHexString(mCertificateHash); in getCertificateHexString()
306 return "cert: " + IccUtils.bytesToHexString(mCertificateHash) + " pkg: " + in toString()
/frameworks/base/telephony/java/android/telephony/gba/
DGbaAuthRequest.java156 + IccUtils.bytesToHexString(mSecurityProtocol) in toString()
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBinaryXmlPullParser.java117 throw new IOException("Unexpected magic " + bytesToHexString(magic)); in setInput()
721 return bytesToHexString(valueBytes); in getValueString()
918 static String bytesToHexString(byte[] value) { in bytesToHexString() method in BinaryXmlPullParser
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMessagingIndication.java91 RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS, IccUtils.bytesToHexString(data)); in newBroadcastSms()
/frameworks/base/telephony/java/android/service/carrier/
DCarrierIdentifier.java105 String hex = IccUtils.bytesToHexString(mccMnc); in CarrierIdentifier()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadHandlerTest.java171 IccUtils.bytesToHexString(mSmsAckPdu), null); in sendEnvelopeDataDownloadSuccess()
230 IccUtils.bytesToHexString(mSmsAckPdu), null); in sendEnvelopeForSw1_62()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java147 String ret = bytesToHexString(trans); in bcdPlmnToString()
480 bytesToHexString(byte[] bytes) { in bytesToHexString() method in IccUtils

12