Searched refs:verificationBundle (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | InstantAppRequest.java | 49 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 D | InstantAppResolver.java | 229 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 D | PackageManagerInternalBase.java | 414 Bundle verificationBundle, int userId) { in requestInstantAppResolutionPhaseTwo() argument 417 verificationBundle, userId); in requestInstantAppResolutionPhaseTwo()
|
H A D | PackageManagerService.java | 2949 Bundle verificationBundle, int userId) { 2953 verificationBundle, false /*resolveForStart*/,
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStarter.java | 931 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 D | PackageManagerInternal.java | 472 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11300 Landroid/content/pm/InstantAppRequest;->verificationBundle:Landroid/os/Bundle;
|