Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DInstantAppRequest.java40 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()
DPackageManagerInternal.java253 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java192 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/
DActivityStarter.java296 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()