Searched refs:mAppVerificationBundle (Results 1 – 1 of 1) sorted by relevance
283 private Bundle mAppVerificationBundle; field in ActivityOptions882 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()