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

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

Completed in 73 milliseconds