Searched refs:exportedAttr (Results 1 – 1 of 1) sorted by relevance
346 int exportedAttr) throws IOException, XmlPullParserException { in parseActivityOrAlias() argument383 final boolean setExported = array.hasValue(exportedAttr); in parseActivityOrAlias()385 activity.setExported(array.getBoolean(exportedAttr, false)); in parseActivityOrAlias()