Searched refs:actionNameNode (Results 1 – 1 of 1) sorted by relevance
426 Node actionNameNode = attributes.getNamedItem("android:name"); in parseIntentFilters() local427 if (actionNameNode != null) { in parseIntentFilters()428 actionNames.add(actionNameNode.getNodeValue()); in parseIntentFilters()