Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DInstantAppRequest.java51 public final boolean resolveForStart; field in InstantAppRequest
65 boolean resolveForStart, @Nullable int[] hostDigestPrefixSecure, in InstantAppRequest() argument
75 this.resolveForStart = resolveForStart; in InstantAppRequest()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileIntentResolverEngine.java97 boolean hasNonNegativePriorityResult, boolean resolveForStart, in resolveIntent() argument
100 hasNonNegativePriorityResult, resolveForStart, pkgSettingFunction, null); in resolveIntent()
128 String pkgName, boolean hasNonNegativePriorityResult, boolean resolveForStart, in resolveIntentInternal() argument
194 resolveForStart, flags); in resolveIntentInternal()
227 hasNonNegativePriority(crossProfileInfos), resolveForStart, in resolveIntentInternal()
250 @UserIdInt int sourceUserId, @UserIdInt int targetUserId, boolean resolveForStart, in chooseCrossProfileResolver() argument
262 mAppCloningDeviceConfigHelper, resolveForStart, flags)) { in chooseCrossProfileResolver()
391 int filterCallingUid, boolean resolveForStart, List<ResolveInfo> candidates, in combineFilterAndCreateQueryActivitiesResponse() argument
403 instantAppPkgName, allowDynamicSplits, filterCallingUid, resolveForStart, in combineFilterAndCreateQueryActivitiesResponse()
413 resolveForStart, userId, intent)); in combineFilterAndCreateQueryActivitiesResponse()
[all …]
DSaferIntentUtils.java172 public boolean resolveForStart; field in SaferIntentUtils.IntentArgs
180 boolean resolveForStart, int callingUid, int callingPid) { in IntentArgs() argument
184 this.resolveForStart = resolveForStart; in IntentArgs()
186 this.callingPid = resolveForStart ? callingPid : Process.INVALID_PID; in IntentArgs()
195 if (resolveForStart) { in reportEvent()
DNoFilteringResolver.java61 AppCloningDeviceConfigHelper appCloningDeviceConfigHelper, boolean resolveForStart, in isIntentRedirectionAllowed() argument
66 && (resolveForStart in isIntentRedirectionAllowed()
DResolveIntentHelper.java111 boolean resolveForStart, int filterCallingUid, int callingPid) { in resolveIntentInternal() argument
117 flags = computer.updateFlagsForResolve(flags, userId, filterCallingUid, resolveForStart, in resolveIntentInternal()
126 userId, resolveForStart, /*allowDynamicSplits*/ true); in resolveIntentInternal()
129 if (resolveForStart) { in resolveIntentInternal()
138 && !resolveForStart; in resolveIntentInternal()
442 int callingUid, int callingPid, boolean resolveForStart) { in resolveServiceInternal() argument
448 /*includeInstantApps*/ false, resolveForStart); in resolveServiceInternal()
DComputer.java116 boolean resolveForStart, boolean allowDynamicSplits); in queryIntentActivitiesInternal() argument
124 boolean includeInstantApps, boolean resolveForStart); in queryIntentServicesInternal() argument
127 boolean resolveForStart, boolean allowDynamicSplits, String pkgName, in queryIntentActivitiesInternalBody() argument
187 boolean resolveForStart, int userId, Intent intent); in applyPostResolutionFilter() argument
DComputerEngine.java506 int filterCallingUid, int callingPid, int userId, boolean resolveForStart, in queryIntentActivitiesInternal() argument
528 flags = updateFlagsForResolve(flags, userId, filterCallingUid, resolveForStart, in queryIntentActivitiesInternal()
534 false /* isReceiver */, resolveForStart, filterCallingUid, callingPid); in queryIntentActivitiesInternal()
575 final boolean resolveForStartNonExported = resolveForStart in queryIntentActivitiesInternal()
579 (!resolveForStart || resolveForStartNonExported) in queryIntentActivitiesInternal()
598 resolveForStart, allowDynamicSplits, pkgName, instantAppPkgName); in queryIntentActivitiesInternal()
608 userId, resolveForStart, isRequesterInstantApp); in queryIntentActivitiesInternal()
626 resolveForStart, userId, intent); in queryIntentActivitiesInternal()
650 boolean includeInstantApps, boolean resolveForStart) { in queryIntentServicesInternal() argument
662 false /* isReceiver */, resolveForStart, callingUid, callingPid); in queryIntentServicesInternal()
[all …]
DPackageManagerInternalBase.java475 boolean resolveForStart, int filterCallingUid, int callingPid) { in resolveIntent() argument
477 intent, resolvedType, flags, privateResolveFlags, userId, resolveForStart, in resolveIntent()
DInstantAppResolver.java170 if (requestObj.resolveForStart && resolutionStatus == RESOLUTION_SUCCESS) { in doInstantAppResolutionPhaseOne()
/frameworks/base/services/core/java/android/content/pm/
DPackageManagerInternal.java618 @PrivateResolveFlags long privateResolveFlags, int userId, boolean resolveForStart, in resolveIntent() argument
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt11297 Landroid/content/pm/InstantAppRequest;->resolveForStart:Z