/aosp14/frameworks/base/core/java/android/preference/ |
H A D | PreferenceInflater.java | 81 intent = Intent.parseIntent(getContext().getResources(), parser, attrs); in onCreateCustomFromTag()
|
H A D | PreferenceActivity.java | 924 header.intent = Intent.parseIntent(getResources(), parser, attrs); in loadHeadersFromResource()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | AliasActivity.java | 117 Intent gotIntent = Intent.parseIntent(getResources(), parser, attrs); in parseAlias()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | ShortcutParser.java | 123 c.intent = Intent.parseIntent(mResources, parser, mAttrs); in parseShortcut()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutParser.java | 288 final Intent intent = Intent.parseIntent(service.mContext.getResources(), in parseShortcutsOneFile()
|
H A D | ShortcutPackage.java | 2149 intents.add(parseIntent(parser)); in parseShortcut() 2216 private static Intent parseIntent(TypedXmlPullParser parser) in parseIntent() method in ShortcutPackage
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 4570 if (!parseIntent(res, parser, true /*allowGlobs*/, true /*allowAutoVerify*/, in parseActivity() 4609 if (!parseIntent(res, parser, false /*allowGlobs*/, false /*allowAutoVerify*/, in parseActivity() 5010 if (!parseIntent(res, parser, true /*allowGlobs*/, true /*allowAutoVerify*/, 5223 if (!parseIntent(res, parser, true /*allowGlobs*/, false /*allowAutoVerify*/, in parseProviderTags() 5522 if (!parseIntent(res, parser, true /*allowGlobs*/, false /*allowAutoVerify*/, in parseService() 5758 private boolean parseIntent(Resources res, XmlResourceParser parser, boolean allowGlobs, in parseIntent() method in PackageParser
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 11891 public static @NonNull Intent parseIntent(@NonNull Resources resources, in parseIntent() method
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4182 HSPLandroid/content/Intent;->parseIntent(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullPars…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4185 HSPLandroid/content/Intent;->parseIntent(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullPars…
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 10733 …method @NonNull public static android.content.Intent parseIntent(@NonNull android.content.res.Reso…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 12912 Landroid/content/pm/PackageParser;->parseIntent(Landroid/content/res/Resources;Landroid/content/res…
|