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

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3238 if (!parseIntent(res, parser, attrs, true, true, intent, outError)) {
3250 if (!parseIntent(res, parser, attrs, false, false, intent, outError)) {
3431 if (!parseIntent(res, parser, attrs, true, true, intent, outError)) {
3611 if (!parseIntent(res, parser, attrs, true, false, intent, outError)) {
3870 if (!parseIntent(res, parser, attrs, true, false, intent, outError)) {
4079 private boolean parseIntent(Resources res, XmlPullParser parser, AttributeSet attrs, method in class:PackageParser
/frameworks/base/core/java/android/content/
H A DIntent.java7863 public static Intent parseIntent(Resources resources, XmlPullParser parser, AttributeSet attrs) method in class:Intent

Completed in 316 milliseconds