Searched refs:metadataNode (Results 1 – 1 of 1) sorted by relevance
1317 Asn1Node metadataNode; in createNotification() local1319 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()