HomeSort by relevance Sort by last modified time
    Searched defs:EXTRA_WIZARD_BUNDLE (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/util/
CarWizardManagerHelper.java 27 public static final String EXTRA_WIZARD_BUNDLE = "wizardBundle";
82 dstIntent.putExtra(EXTRA_WIZARD_BUNDLE, srcIntent.getBundleExtra(EXTRA_WIZARD_BUNDLE));
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
WizardManagerHelper.java 44 static final String EXTRA_WIZARD_BUNDLE = "wizardBundle";
146 dstIntent.putExtra(EXTRA_WIZARD_BUNDLE, srcIntent.getBundleExtra(EXTRA_WIZARD_BUNDLE));

Completed in 69 milliseconds