Searched refs:categoryNameNode (Results 1 – 1 of 1) sorted by relevance
433 Node categoryNameNode = attributes.getNamedItem("android:name"); in parseIntentFilters() local434 if (categoryNameNode != null) { in parseIntentFilters()435 categories.add(categoryNameNode.getNodeValue()); in parseIntentFilters()