Searched refs:verificationBundle (Results 1 – 7 of 7) 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 | 230 requestObj.verificationBundle, in doInstantAppResolutionPhaseTwo() 275 @Nullable Bundle verificationBundle, in buildEphemeralInstallerIntent() argument 353 if (verificationBundle != null) { in buildEphemeralInstallerIntent() 354 intent.putExtra(Intent.EXTRA_VERIFICATION_BUNDLE, verificationBundle); in buildEphemeralInstallerIntent()
|
D | PackageManagerInternalBase.java | 428 Bundle verificationBundle, int userId) { in requestInstantAppResolutionPhaseTwo() argument 431 verificationBundle, userId); in requestInstantAppResolutionPhaseTwo()
|
D | PackageManagerService.java | 2966 Bundle verificationBundle, int userId) { 2970 verificationBundle, false /*resolveForStart*/,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStarter.java | 965 final Bundle verificationBundle = in executeRequest() local 1302 callingPackage, callingFeatureId, verificationBundle, resolvedType, userId); in executeRequest() 1418 Bundle verificationBundle, String resolvedType, int userId) { in createLaunchIntent() argument 1425 callingFeatureId, isRequesterInstantApp, verificationBundle, userId); in createLaunchIntent() 1433 verificationBundle, in createLaunchIntent()
|
/frameworks/base/services/core/java/android/content/pm/ |
D | PackageManagerInternal.java | 480 Bundle verificationBundle, int userId); in requestInstantAppResolutionPhaseTwo() argument
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 11300 Landroid/content/pm/InstantAppRequest;->verificationBundle:Landroid/os/Bundle;
|