Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java336 private Bundle mAppVerificationBundle; field in ActivityOptions
972 mAppVerificationBundle = opts.getBundle(KEY_INSTANT_APP_VERIFICATION_BUNDLE); in ActivityOptions()
1552 if (mAppVerificationBundle != null) { in toBundle()
1553 b.putBundle(KEY_INSTANT_APP_VERIFICATION_BUNDLE, mAppVerificationBundle); in toBundle()
1631 Bundle out = mAppVerificationBundle; in popAppVerificationBundle()
1632 mAppVerificationBundle = null; in popAppVerificationBundle()
1643 mAppVerificationBundle = bundle; in setAppVerificationBundle()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1810 Landroid/app/ActivityOptions;->mAppVerificationBundle:Landroid/os/Bundle;