Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java1317 Asn1Node metadataNode; in createNotification() local
1319 metadataNode = node; in createNotification()
1321 metadataNode = node.getChild(Tags.TAG_PROFILE_INSTALLATION_RESULT_DATA, in createNotification()
1325 metadataNode = node.getChild(Tags.TAG_NOTIFICATION_METADATA); in createNotification()
1328 return new EuiccNotification(metadataNode.getChild(Tags.TAG_SEQ).asInteger(), in createNotification()
1329 metadataNode.getChild(Tags.TAG_TARGET_ADDR).asString(), in createNotification()
1330 metadataNode.getChild(Tags.TAG_EVENT).asBits(), in createNotification()