Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java283 private Bundle mAppVerificationBundle; field in ActivityOptions
882 mAppVerificationBundle = opts.getBundle(KEY_INSTANT_APP_VERIFICATION_BUNDLE); in ActivityOptions()
1311 if (mAppVerificationBundle != null) { in toBundle()
1312 b.putBundle(KEY_INSTANT_APP_VERIFICATION_BUNDLE, mAppVerificationBundle); in toBundle()
1388 Bundle out = mAppVerificationBundle; in popAppVerificationBundle()
1389 mAppVerificationBundle = null; in popAppVerificationBundle()
1400 mAppVerificationBundle = bundle; in setAppVerificationBundle()