Home
last modified time | relevance | path

Searched refs:verificationBundle (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DInstantAppRequest.java49 public final Bundle verificationBundle; field in InstantAppRequest
64 boolean isRequesterInstantApp, @UserIdInt int userId, Bundle verificationBundle, in InstantAppRequest() argument
74 this.verificationBundle = verificationBundle; in InstantAppRequest()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java229 requestObj.verificationBundle, in doInstantAppResolutionPhaseTwo()
274 @Nullable Bundle verificationBundle, in buildEphemeralInstallerIntent() argument
349 if (verificationBundle != null) { in buildEphemeralInstallerIntent()
350 intent.putExtra(Intent.EXTRA_VERIFICATION_BUNDLE, verificationBundle); in buildEphemeralInstallerIntent()
H A DPackageManagerInternalBase.java414 Bundle verificationBundle, int userId) { in requestInstantAppResolutionPhaseTwo() argument
417 verificationBundle, userId); in requestInstantAppResolutionPhaseTwo()
H A DPackageManagerService.java2949 Bundle verificationBundle, int userId) {
2953 verificationBundle, false /*resolveForStart*/,
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java931 final Bundle verificationBundle = in executeRequest() local
1255 callingPackage, callingFeatureId, verificationBundle, resolvedType, userId); in executeRequest()
1371 Bundle verificationBundle, String resolvedType, int userId) { in createLaunchIntent() argument
1378 callingFeatureId, isRequesterInstantApp, verificationBundle, userId); in createLaunchIntent()
1386 verificationBundle, in createLaunchIntent()
/aosp14/frameworks/base/services/core/java/android/content/pm/
H A DPackageManagerInternal.java472 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11300 Landroid/content/pm/InstantAppRequest;->verificationBundle:Landroid/os/Bundle;