Searched refs:verificationBundle (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | InstantAppRequest.java | 40 public final Bundle verificationBundle; field in InstantAppRequest 43 String resolvedType, String callingPackage, int userId, Bundle verificationBundle) { in InstantAppRequest() argument 49 this.verificationBundle = verificationBundle; in InstantAppRequest()
|
D | PackageManagerInternal.java | 253 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 192 requestObj.verificationBundle, in doInstantAppResolutionPhaseTwo() 237 @Nullable Bundle verificationBundle, in buildEphemeralInstallerIntent() argument 300 if (verificationBundle != null) { in buildEphemeralInstallerIntent() 301 intent.putExtra(Intent.EXTRA_VERIFICATION_BUNDLE, verificationBundle); in buildEphemeralInstallerIntent()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStarter.java | 296 final Bundle verificationBundle in startActivity() local 519 callingPackage, verificationBundle, resolvedType, userId); in startActivity() 575 Intent originalIntent, String callingPackage, Bundle verificationBundle, in createLaunchIntent() argument 581 verificationBundle, userId); in createLaunchIntent() 585 auxiliaryResponse.failureIntent, callingPackage, verificationBundle, in createLaunchIntent()
|