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

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

Completed in 212 milliseconds