Searched refs:parseIntentFilter (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ParsedActivityUtils.java | 395 ParseResult<ParsedIntentInfoImpl> intentResult = parseIntentFilter(pkg, activity, in parseActivityOrAlias() 428 ParseResult<ParsedIntentInfoImpl> intentResult = parseIntentFilter(pkg, activity, in parseActivityOrAlias() 505 private static ParseResult<ParsedIntentInfoImpl> parseIntentFilter(ParsingPackage pkg, in parseIntentFilter() method in ParsedActivityUtils 509 … ParseResult<ParsedIntentInfoImpl> result = ParsedMainComponentUtils.parseIntentFilter(activity, in parseIntentFilter()
|
H A D | ParsedMainComponentUtils.java | 113 static ParseResult<ParsedIntentInfoImpl> parseIntentFilter( in parseIntentFilter() method in ParsedMainComponentUtils
|
H A D | ParsedServiceUtils.java | 139 .parseIntentFilter(service, pkg, res, parser, visibleToEphemeral, in parseService()
|
H A D | ParsedProviderUtils.java | 177 .parseIntentFilter(provider, pkg, res, parser, visibleToEphemeral, in parseProviderTags()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 8377 HSPLcom/android/server/pm/pkg/component/ParsedActivityUtils;->parseIntentFilter(Lcom/android/server… 8479 HSPLcom/android/server/pm/pkg/component/ParsedMainComponentUtils;->parseIntentFilter(Lcom/android/s…
|