Searched defs:parseIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2059 if (!parseIntent(res, parser, attrs, flags, intent, outError, !receiver)) {
2217 if (!parseIntent(res, parser, attrs, flags, intent, outError, true)) {
2600 if (!parseIntent(res, parser, attrs, flags, intent, outError, false)) {
2790 private boolean parseIntent(Resources res, method in class:PackageParser
/frameworks/base/core/java/android/content/
H A DIntent.java6177 public static Intent parseIntent(Resources resources, XmlPullParser parser, AttributeSet attrs) method in class:Intent

Completed in 80 milliseconds