Searched defs:resolveForStart (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DInstantAppRequest.java44 public final boolean resolveForStart; field in class:InstantAppRequest
50 boolean resolveForStart) {
57 this.resolveForStart = resolveForStart;
48 InstantAppRequest(AuxiliaryResolveInfo responseObj, Intent origIntent, String resolvedType, String callingPackage, int userId, Bundle verificationBundle, boolean resolveForStart) argument
H A DPackageManagerInternal.java470 int flags, int userId, boolean resolveForStart, int filterCallingUid);
469 resolveIntent(Intent intent, String resolvedType, int flags, int userId, boolean resolveForStart, int filterCallingUid) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java5975 * However, if {@code resolveForStart} is {@code true}, all instant apps are visible
5979 int flags, int userId, boolean resolveForStart, int filterCallingUid) {
5985 flags = updateFlagsForResolve(flags, userId, intent, filterCallingUid, resolveForStart);
5991 flags, filterCallingUid, userId, resolveForStart, true /*allowDynamicSplits*/);
6145 callingPackage, userId, verificationBundle, false /*resolveForStart*/));
6569 false /*resolveForStart*/, true /*allowDynamicSplits*/);
6574 boolean resolveForStart, boolean allowDynamicSplits) {
6589 flags = updateFlagsForResolve(flags, userId, intent, filterCallingUid, resolveForStart,
6632 list, instantAppPkgName, allowDynamicSplits, filterCallingUid, resolveForStart,
6652 allowDynamicSplits, filterCallingUid, resolveForStart, userI
5978 resolveIntentInternal(Intent intent, String resolvedType, int flags, int userId, boolean resolveForStart, int filterCallingUid) argument
6572 queryIntentActivitiesInternal(Intent intent, String resolvedType, int flags, int filterCallingUid, int userId, boolean resolveForStart, boolean allowDynamicSplits) argument
6741 maybeAddInstantAppInstaller(List<ResolveInfo> result, Intent intent, String resolvedType, int flags, int userId, boolean resolveForStart) argument
6947 applyPostResolutionFilter(List<ResolveInfo> resolveInfos, String ephemeralPkgName, boolean allowDynamicSplits, int filterCallingUid, boolean resolveForStart, int userId, Intent intent) argument
24199 resolveIntent(Intent intent, String resolvedType, int flags, int userId, boolean resolveForStart, int filterCallingUid) argument
[all...]

Completed in 50 milliseconds