Searched refs:ParseComponentArgs (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageParserTest.java | 448 final PackageParser.ParseComponentArgs dummy = new PackageParser.ParseComponentArgs( in setKnownFields()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 368 public static class ParseComponentArgs extends ParsePackageItemArgs { class in PackageParser 375 public ParseComponentArgs(Package _owner, String[] _outError, in ParseComponentArgs() method in PackageParser.ParseComponentArgs 523 ParseComponentArgs mActivityArgs; 524 ParseComponentArgs mActivityAliasArgs; 525 ParseComponentArgs mServiceArgs; 526 ParseComponentArgs mProviderArgs; 4218 cachedArgs.mActivityArgs = new ParseComponentArgs(owner, outError, in parseActivity() 4756 cachedArgs.mActivityAliasArgs = new ParseComponentArgs(owner, outError, 4932 cachedArgs.mProviderArgs = new ParseComponentArgs(owner, outError, in parseProvider() 5287 cachedArgs.mServiceArgs = new ParseComponentArgs(owner, outError, in parseService() [all …]
|
/frameworks/base/config/ |
D | compiled-classes-phone | 1069 android.content.pm.PackageParser$ParseComponentArgs
|
D | boot-image-profile.txt | 1940 …/PackageParser$Activity;-><init>(Landroid/content/pm/PackageParser$ParseComponentArgs;Landroid/con… 1947 …PackageParser$Component;-><init>(Landroid/content/pm/PackageParser$ParseComponentArgs;Landroid/con… 1971 HPLandroid/content/pm/PackageParser$ParseComponentArgs;-><init>(Landroid/content/pm/PackageParser$P… 1975 …/PackageParser$Provider;-><init>(Landroid/content/pm/PackageParser$ParseComponentArgs;Landroid/con… 1978 …m/PackageParser$Service;-><init>(Landroid/content/pm/PackageParser$ParseComponentArgs;Landroid/con…
|