Searched refs:optionsBundle (Results 1 – 2 of 2) sorted by relevance
253 final Bundle optionsBundle = options != null ? options.toBundle() : null; in launchActivityFromExtras() local268 launchContext.startActivity(newIntent, optionsBundle); in launchActivityFromExtras()
144 final Bundle optionsBundle = mOptions != null ? mOptions.toBundle() : null; in launch() local150 mTargetContext.startActivity(intent, optionsBundle); in launch()154 intent, optionsBundle); in launch()