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.java42 public final Bundle verificationBundle; field in InstantAppRequest
49 String resolvedType, String callingPackage, int userId, Bundle verificationBundle, in InstantAppRequest() argument
56 this.verificationBundle = verificationBundle; in InstantAppRequest()
DPackageManagerInternal.java524 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java209 requestObj.verificationBundle, in doInstantAppResolutionPhaseTwo()
254 @Nullable Bundle verificationBundle, in buildEphemeralInstallerIntent() argument
327 if (verificationBundle != null) { in buildEphemeralInstallerIntent()
328 intent.putExtra(Intent.EXTRA_VERIFICATION_BUNDLE, verificationBundle); in buildEphemeralInstallerIntent()
DPackageManagerService.java6663 Bundle verificationBundle, int userId) {
6666 callingPackage, userId, verificationBundle, false /*resolveForStart*/));
24152 Bundle verificationBundle, int userId) {
24154 responseObj, origIntent, resolvedType, callingPackage, verificationBundle,
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java625 final Bundle verificationBundle in startActivity() local
893 callingPackage, verificationBundle, resolvedType, userId); in startActivity()
1074 Intent originalIntent, String callingPackage, Bundle verificationBundle, in createLaunchIntent() argument
1080 verificationBundle, userId); in createLaunchIntent()
1087 verificationBundle, in createLaunchIntent()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt14187 Landroid/content/pm/InstantAppRequest;->verificationBundle:Landroid/os/Bundle;