Home
last modified time | relevance | path

Searched refs:mAppVerificationBundle (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java426 private Bundle mAppVerificationBundle; field in ActivityOptions
1178 mAppVerificationBundle = opts.getBundle(KEY_INSTANT_APP_VERIFICATION_BUNDLE); in ActivityOptions()
1960 if (mAppVerificationBundle != null) { in toBundle()
1961 b.putBundle(KEY_INSTANT_APP_VERIFICATION_BUNDLE, mAppVerificationBundle); in toBundle()
2085 Bundle out = mAppVerificationBundle; in popAppVerificationBundle()
2086 mAppVerificationBundle = null; in popAppVerificationBundle()
2097 mAppVerificationBundle = bundle; in setAppVerificationBundle()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1810 Landroid/app/ActivityOptions;->mAppVerificationBundle:Landroid/os/Bundle;