Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1NodeTest.java145 assertEquals(1234567, node.getChild(0x11).asInteger()); in testBuilderAndGetters()
160 node.getChild(0x12).asInteger(); in testGettersInvalidData()
250 node.asInteger(); in testAsInteger_ConstructedTag()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java696 root.getChild(Tags.TAG_CTX_COMP_1, Tags.TAG_UNI_2).asInteger()); in authenticateServer()
734 root.getChild(Tags.TAG_CTX_COMP_1, Tags.TAG_UNI_2).asInteger()); in prepareDownload()
798 errorNode.asInteger(), errorNode); in loadBoundProfilePackage()
889 int error = root.getChild(Tags.TAG_CTX_1).asInteger(); in retrieveNotificationList()
1236 profileBuilder.setState(profileNode.getChild(Tags.TAG_PROFILE_STATE).asInteger()); in buildProfile()
1244 profileNode.getChild(Tags.TAG_PROFILE_CLASS).asInteger()); in buildProfile()
1328 return new EuiccNotification(metadataNode.getChild(Tags.TAG_SEQ).asInteger(), in createNotification()
1337 return parseResponse(response).getChild(Tags.TAG_CTX_0).asInteger(); in parseSimpleResult()
1359 throw new EuiccCardErrorException(opCode, root.getChild(Tags.TAG_CTX_1).asInteger()); in parseResponseAndCheckSimpleError()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/asn1/
DAsn1Node.java394 public int asInteger() throws InvalidAsn1DataException { in asInteger() method in Asn1Node