Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedActivityUtils.java314 int exportedAttr) throws IOException, XmlPullParserException { in parseActivityOrAlias() argument
337 final boolean setExported = array.hasValue(exportedAttr); in parseActivityOrAlias()
339 activity.exported = array.getBoolean(exportedAttr, false); in parseActivityOrAlias()