Home
last modified time | relevance | path

Searched refs:resolveForStart (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileIntentResolverEngine.java96 boolean hasNonNegativePriorityResult, boolean resolveForStart, in resolveIntent() argument
99 hasNonNegativePriorityResult, resolveForStart, pkgSettingFunction, null); in resolveIntent()
193 resolveForStart, flags); in resolveIntentInternal()
226 hasNonNegativePriority(crossProfileInfos), resolveForStart, in resolveIntentInternal()
261 mAppCloningDeviceConfigHelper, resolveForStart, flags)) { in chooseCrossProfileResolver()
412 resolveForStart, userId, intent)); in combineFilterAndCreateQueryActivitiesResponse()
420 areWebInstantAppsDisabled, resolveForStart, pkgSettingFunction); in combineFilterAndCreateQueryActivitiesResponse()
443 boolean areWebInstantAppsDisabled, boolean resolveForStart, in filterCandidatesWithDomainPreferredActivitiesLPr() argument
455 debug, resolveForStart, pkgSettingFunction); in filterCandidatesWithDomainPreferredActivitiesLPr()
564 highestApproval, resolveForStart)); in filterCandidatesWithDomainPreferredActivitiesLPrBody()
[all …]
H A DNoFilteringResolver.java61 AppCloningDeviceConfigHelper appCloningDeviceConfigHelper, boolean resolveForStart, in isIntentRedirectionAllowed() argument
64 && (resolveForStart || (((flags & PackageManager.MATCH_CLONE_PROFILE) != 0) in isIntentRedirectionAllowed()
H A DResolveIntentHelper.java162 boolean resolveForStart, int filterCallingUid) { in resolveIntentInternal() argument
164 privateResolveFlags, userId, resolveForStart, filterCallingUid, false, 0); in resolveIntentInternal()
176 boolean resolveForStart, int filterCallingUid, boolean exportedComponentsOnly, in resolveIntentInternal() argument
183 flags = computer.updateFlagsForResolve(flags, userId, filterCallingUid, resolveForStart, in resolveIntentInternal()
192 resolveForStart, true /*allowDynamicSplits*/); in resolveIntentInternal()
201 && !resolveForStart; in resolveIntentInternal()
H A DPackageManagerInternalBase.java461 boolean resolveForStart, int filterCallingUid) { in resolveIntent() argument
463 intent, resolvedType, flags, privateResolveFlags, userId, resolveForStart, in resolveIntent()
475 boolean resolveForStart, int filterCallingUid, int callingPid) { in resolveIntentExported() argument
477 intent, resolvedType, flags, privateResolveFlags, userId, resolveForStart, in resolveIntentExported()
H A DComputer.java115 int filterCallingUid, int userId, boolean resolveForStart, boolean allowDynamicSplits); in queryIntentActivitiesInternal() argument
124 boolean resolveForStart, boolean allowDynamicSplits, String pkgName, in queryIntentActivitiesInternalBody() argument
184 boolean resolveForStart, int userId, Intent intent); in applyPostResolutionFilter() argument
H A DComputerEngine.java502 int filterCallingUid, int userId, boolean resolveForStart, in queryIntentActivitiesInternal() argument
561 final boolean resolveForStartNonExported = resolveForStart in queryIntentActivitiesInternal()
565 (!resolveForStart || resolveForStartNonExported) in queryIntentActivitiesInternal()
596 userId, resolveForStart, isRequesterInstantApp); in queryIntentActivitiesInternal()
614 resolveForStart, userId, intent); in queryIntentActivitiesInternal()
771 resolveForStart, mSettings::getPackage); in queryIntentActivitiesInternalBody()
796 resolveForStart, mSettings::getPackage); in queryIntentActivitiesInternalBody()
1183 boolean resolveForStart, int userId, Intent intent) { in applyPostResolutionFilter() argument
1243 if (resolveForStart in applyPostResolutionFilter()
1251 } else if (resolveForStart in applyPostResolutionFilter()
[all …]
H A DInstantAppResolver.java169 if (requestObj.resolveForStart && resolutionStatus == RESOLUTION_SUCCESS) { in doInstantAppResolutionPhaseOne()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DInstantAppRequest.java51 public final boolean resolveForStart; field in InstantAppRequest
65 boolean resolveForStart, @Nullable int[] hostDigestPrefixSecure, in InstantAppRequest() argument
75 this.resolveForStart = resolveForStart; in InstantAppRequest()
/aosp14/frameworks/base/services/core/java/android/content/pm/
H A DPackageManagerInternal.java610 @PrivateResolveFlags long privateResolveFlags, int userId, boolean resolveForStart, in resolveIntent() argument
618 @PrivateResolveFlags long privateResolveFlags, int userId, boolean resolveForStart, in resolveIntentExported() argument
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11297 Landroid/content/pm/InstantAppRequest;->resolveForStart:Z