Searched refs:verificationBundle (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | InstantAppRequest.java | 49 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/ |
D | InstantAppResolver.java | 226 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()
|
D | PackageManagerService.java | 10265 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/ |
D | ActivityStarter.java | 841 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/ |
D | PackageManagerInternal.java | 445 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14178 Landroid/content/pm/InstantAppRequest;->verificationBundle:Landroid/os/Bundle;
|