Searched refs:mAppVerificationBundle (Results 1 – 2 of 2) sorted by relevance
522 private Bundle mAppVerificationBundle; field in ActivityOptions1381 mAppVerificationBundle = opts.getBundle(KEY_INSTANT_APP_VERIFICATION_BUNDLE); in ActivityOptions()2449 if (mAppVerificationBundle != null) { in toBundle()2450 b.putBundle(KEY_INSTANT_APP_VERIFICATION_BUNDLE, mAppVerificationBundle); in toBundle()2594 Bundle out = mAppVerificationBundle; in popAppVerificationBundle()2595 mAppVerificationBundle = null; in popAppVerificationBundle()2606 mAppVerificationBundle = bundle; in setAppVerificationBundle()
1810 Landroid/app/ActivityOptions;->mAppVerificationBundle:Landroid/os/Bundle;