Home
last modified time | relevance | path

Searched refs:instantAppPkgName (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DResolveIntentHelper.java408 final String instantAppPkgName = computer.getInstantAppPackageName(queryingUid); in queryIntentReceiversInternal() local
438 instantAppPkgName != null; in queryIntentReceiversInternal()
440 comp.getPackageName().equals(instantAppPkgName); in queryIntentReceiversInternal()
519 final String instantAppPkgName = computer.getInstantAppPackageName(callingUid); in queryIntentContentProvidersInternal() local
542 instantAppPkgName != null; in queryIntentContentProvidersInternal()
544 comp.getPackageName().equals(instantAppPkgName); in queryIntentContentProvidersInternal()
577 instantAppPkgName, userId, callingUid); in queryIntentContentProvidersInternal()
587 instantAppPkgName, userId, callingUid); in queryIntentContentProvidersInternal()
593 List<ResolveInfo> resolveInfos, String instantAppPkgName, in applyPostContentProviderResolutionFilter() argument
598 if (instantAppPkgName == null) { in applyPostContentProviderResolutionFilter()
[all …]
H A DCrossProfileIntentResolverEngine.java388 Computer computer, Intent intent, String resolvedType, String instantAppPkgName, in combineFilterAndCreateQueryActivitiesResponse() argument
402 instantAppPkgName, allowDynamicSplits, filterCallingUid, resolveForStart, in combineFilterAndCreateQueryActivitiesResponse()
411 candidates, instantAppPkgName, allowDynamicSplits, filterCallingUid, in combineFilterAndCreateQueryActivitiesResponse()
H A DComputerEngine.java540 instantAppPkgName != null; in queryIntentActivitiesInternal()
542 comp.getPackageName().equals(instantAppPkgName); in queryIntentActivitiesInternal()
667 instantAppPkgName != null; in queryIntentServicesInternal()
669 comp.getPackageName().equals(instantAppPkgName); in queryIntentServicesInternal()
697 userId, callingUid, instantAppPkgName); in queryIntentServicesInternal()
712 int callingUid, String instantAppPkgName) { in queryIntentServicesInternalBody() argument
722 resolveInfos, instantAppPkgName, userId, callingUid); in queryIntentServicesInternalBody()
741 String pkgName, String instantAppPkgName) { in queryIntentActivitiesInternalBody() argument
1273 if (instantAppPkgName == null) { in applyPostServiceResolutionFilter()
2449 final boolean callerIsInstantApp = instantAppPkgName != null; in shouldFilterApplication()
[all …]
H A DComputer.java125 String instantAppPkgName); in queryIntentActivitiesInternalBody() argument