/frameworks/base/core/java/android/content/pm/ |
D | InstantAppRequest.java | 51 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/ |
D | CrossProfileIntentResolverEngine.java | 97 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 …]
|
D | SaferIntentUtils.java | 172 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()
|
D | NoFilteringResolver.java | 61 AppCloningDeviceConfigHelper appCloningDeviceConfigHelper, boolean resolveForStart, in isIntentRedirectionAllowed() argument 66 && (resolveForStart in isIntentRedirectionAllowed()
|
D | ResolveIntentHelper.java | 111 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()
|
D | Computer.java | 116 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
|
D | ComputerEngine.java | 506 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 …]
|
D | PackageManagerInternalBase.java | 475 boolean resolveForStart, int filterCallingUid, int callingPid) { in resolveIntent() argument 477 intent, resolvedType, flags, privateResolveFlags, userId, resolveForStart, in resolveIntent()
|
D | InstantAppResolver.java | 170 if (requestObj.resolveForStart && resolutionStatus == RESOLUTION_SUCCESS) { in doInstantAppResolutionPhaseOne()
|
/frameworks/base/services/core/java/android/content/pm/ |
D | PackageManagerInternal.java | 618 @PrivateResolveFlags long privateResolveFlags, int userId, boolean resolveForStart, in resolveIntent() argument
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 11297 Landroid/content/pm/InstantAppRequest;->resolveForStart:Z
|