Searched refs:copyLifecycleExtra (Results 1 – 3 of 3) sorted by relevance
94 .setExtras(SetupWizardUtils.copyLifecycleExtra(getIntent().getExtras(), in onPreferenceStartFragment()133 .setExtras(SetupWizardUtils.copyLifecycleExtra(getIntent().getExtras(), in tryLaunchFontSizeSettings()
128 public static Bundle copyLifecycleExtra(Bundle srcBundle, Bundle dstBundle) { in copyLifecycleExtra() method in SetupWizardUtils
80 dstBundle = SetupWizardUtils.copyLifecycleExtra(fromIntent.getExtras(), dstBundle); in testCopyLifecycleExtra()