Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DInstantAppRequest.java44 public final boolean resolveForStart; field in InstantAppRequest
50 boolean resolveForStart) { in InstantAppRequest() argument
57 this.resolveForStart = resolveForStart; in InstantAppRequest()
DPackageManagerInternal.java624 int flags, int userId, boolean resolveForStart, int filterCallingUid); in resolveIntent() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java151 if (requestObj.resolveForStart && resolutionStatus == RESOLUTION_SUCCESS) { in doInstantAppResolutionPhaseOne()
DPackageManagerService.java6500 int flags, int userId, boolean resolveForStart, int filterCallingUid) {
6506 flags = updateFlagsForResolve(flags, userId, intent, filterCallingUid, resolveForStart);
6512 flags, filterCallingUid, userId, resolveForStart, true /*allowDynamicSplits*/);
7129 boolean resolveForStart, boolean allowDynamicSplits) {
7144 flags = updateFlagsForResolve(flags, userId, intent, filterCallingUid, resolveForStart,
7187 list, instantAppPkgName, allowDynamicSplits, filterCallingUid, resolveForStart,
7207 allowDynamicSplits, filterCallingUid, resolveForStart, userId, intent);
7247 allowDynamicSplits, filterCallingUid, resolveForStart, userId,
7255 allowDynamicSplits, filterCallingUid, resolveForStart, userId,
7284 result, intent, resolvedType, flags, userId, resolveForStart);
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt14184 Landroid/content/pm/InstantAppRequest;->resolveForStart:Z