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

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3237 if (!parseIntent(res, parser, attrs, true, true, intent, outError)) {
3249 if (!parseIntent(res, parser, attrs, false, false, intent, outError)) {
3430 if (!parseIntent(res, parser, attrs, true, true, intent, outError)) {
3610 if (!parseIntent(res, parser, attrs, true, false, intent, outError)) {
3869 if (!parseIntent(res, parser, attrs, true, false, intent, outError)) {
4078 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 963 milliseconds