Home
last modified time | relevance | path

Searched refs:useExisting (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DProjectNamePage.java181 if (mValues.useExisting) { in setVisible()
263 mValues.useExisting = false; in widgetSelected()
273 mValues.useExisting = true; in widgetSelected()
301 boolean isNewProject = !mValues.useExisting; in updateLocationState()
378 boolean isNewProject = !mValues.useExisting || mValues.mode == Mode.SAMPLE; in updateLocationPathField()
417 if (mValues.useExisting && mValues.projectLocation != null in updateLocationPathField()
481 if (!mValues.useExisting) { in validateLocation()
DNewProjectWizardState.java55 public boolean useExisting; field in NewProjectWizardState
187 useExisting = true; in NewProjectWizardState()
285 if (mode == Mode.ANY && useExisting) { in extractFromAndroidManifest()
DNewProjectCreator.java429 parameters.put(PARAM_IS_NEW_PROJECT, mValues.mode == Mode.ANY && !mValues.useExisting); in collectMainPageInfo()
446 if ((!mValues.useDefaultLocation || mValues.useExisting) in collectMainPageInfo()
451 if (mValues.mode == Mode.ANY && !mValues.useExisting && !mValues.useDefaultLocation && in collectMainPageInfo()
485 parameters.put(PARAM_IS_NEW_PROJECT, !mValues.useExisting); in collectTestPageInfo()
521 if ((!mValues.useDefaultLocation || mValues.useExisting) in collectTestPageInfo()
526 if (!mValues.useExisting && !mValues.useDefaultLocation && in collectTestPageInfo()
DApplicationInfoPage.java285 if (mValues.useExisting || mValues.mode != Mode.ANY) { in isPageComplete()
514 if (!mValues.useExisting) { in validateTestProjectLocation()
561 if (!mValues.useExisting || !mValues.createActivity) { in validateSourceFolder()