Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java193 .build().toHex())), in getAllProfiles()
239 .build().toHex())), in getProfile()
274 .build().toHex()); in disableProfile()
322 requestBuilder.addStoreData(builder.build().toHex()); in switchToProfile()
367 .build().toHex())), in getEid()
395 .build().toHex())), in setNickname()
421 .build().toHex()); in deleteProfile()
449 .build().toHex())), in resetMemory()
473 .build().toHex())), in getDefaultSmdpAddress()
490 .build().toHex())), in getSmdsAddress()
[all …]
DEuiccSpecVersion.java68 Rlog.e(LOG_TAG, "Cannot parse select response of ISD-R: " + node.toHex()); in fromOpenChannelResponse()
71 Rlog.e(LOG_TAG, "Cannot parse select response of ISD-R: " + node.toHex()); in fromOpenChannelResponse()
DEuiccCardErrorException.java121 + ", errorDetails=" + (mErrorDetails == null ? "null" : mErrorDetails.toHex()); in getMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1NodeTest.java143 assertEquals(nodeHex, node.toHex()); in testBuilderAndGetters()
188 assertEquals(nodeHex, node.toHex()); in testWriteToBytes()
191 assertEquals(nodeHex, node.toHex()); in testWriteToBytes()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Node.java555 public String toHex() { in toHex() method in Asn1Node