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/
DEuiccPort.java662 root.getChild(Tags.TAG_CTX_COMP_1, Tags.TAG_UNI_2).asInteger()); in authenticateServer()
700 root.getChild(Tags.TAG_CTX_COMP_1, Tags.TAG_UNI_2).asInteger()); in prepareDownload()
809 errorNode.asInteger(), errorNode); in loadBoundProfilePackage()
900 int error = root.getChild(Tags.TAG_CTX_1).asInteger(); in retrieveNotificationList()
1262 && profileNode.getChild(Tags.TAG_PORT).asInteger() >= 0) { in buildProfile()
1266 profileBuilder.setState(profileNode.getChild(Tags.TAG_PROFILE_STATE).asInteger()); in buildProfile()
1275 profileNode.getChild(Tags.TAG_PROFILE_CLASS).asInteger()); in buildProfile()
1359 return new EuiccNotification(metadataNode.getChild(Tags.TAG_SEQ).asInteger(), in createNotification()
1368 return parseResponse(response).getChild(Tags.TAG_CTX_0).asInteger(); in parseSimpleResult()
1390 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