Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
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()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java226 requestObj.verificationBundle, in doInstantAppResolutionPhaseTwo()
271 @Nullable Bundle verificationBundle, in buildEphemeralInstallerIntent() argument
346 if (verificationBundle != null) { in buildEphemeralInstallerIntent()
347 intent.putExtra(Intent.EXTRA_VERIFICATION_BUNDLE, verificationBundle); in buildEphemeralInstallerIntent()
DPackageManagerService.java10265 Bundle verificationBundle, int userId) { in requestInstantAppResolutionPhaseTwo() argument
10268 … callingPackage, callingFeatureId, isRequesterInstantApp, userId, verificationBundle, in requestInstantAppResolutionPhaseTwo()
27536 Bundle verificationBundle, int userId) {
27539 verificationBundle, userId);
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java841 final Bundle verificationBundle = in executeRequest() local
1118 callingPackage, callingFeatureId, verificationBundle, resolvedType, userId); in executeRequest()
1457 Bundle verificationBundle, String resolvedType, int userId) { in createLaunchIntent() argument
1464 callingFeatureId, isRequesterInstantApp, verificationBundle, userId); in createLaunchIntent()
1472 verificationBundle, in createLaunchIntent()
/frameworks/base/services/core/java/android/content/pm/
DPackageManagerInternal.java445 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14178 Landroid/content/pm/InstantAppRequest;->verificationBundle:Landroid/os/Bundle;