Searched refs:verificationBundle (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | InstantAppRequest.java | 42 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()
|
D | PackageManagerInternal.java | 524 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 209 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()
|
D | PackageManagerService.java | 6663 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/ |
D | ActivityStarter.java | 625 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/ |
D | hiddenapi-greylist-max-o.txt | 14187 Landroid/content/pm/InstantAppRequest;->verificationBundle:Landroid/os/Bundle;
|