Searched defs:resolveForStart (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | InstantAppRequest.java | 51 public final boolean resolveForStart; field in InstantAppRequest 65 boolean resolveForStart, @Nullable int[] hostDigestPrefixSecure, in InstantAppRequest()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 1993 int userId, boolean resolveForStart, boolean allowDynamicSplits); in queryIntentActivitiesInternal() 2003 boolean resolveForStart, boolean allowDynamicSplits, String pkgName, in queryIntentActivitiesInternalBody() 2037 boolean resolveForStart, int userId, Intent intent); in applyPostResolutionFilter() 2262 int filterCallingUid, int userId, boolean resolveForStart, in queryIntentActivitiesInternal() 2459 boolean resolveForStart, boolean allowDynamicSplits, String pkgName, in queryIntentActivitiesInternalBody() 3034 boolean resolveForStart, int userId, Intent intent) { in applyPostResolutionFilter() 3223 String resolvedType, int flags, int userId, boolean resolveForStart, in maybeAddInstantAppInstaller() 5363 int filterCallingUid, int userId, boolean resolveForStart, in queryIntentActivitiesInternal() 5519 boolean resolveForStart, int userId, Intent intent) { in applyPostResolutionFilter() 10920 boolean resolveForStart, boolean allowDynamicSplits, String pkgName, in queryIntentActivitiesInternalBody() [all …]
|
/aosp12/frameworks/base/services/core/java/android/content/pm/ |
H A D | PackageManagerInternal.java | 555 boolean resolveForStart, int filterCallingUid); in resolveIntent()
|