Searched refs:useExisting (Results 1 – 4 of 4) sorted by relevance
181 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()
55 public boolean useExisting; field in NewProjectWizardState187 useExisting = true; in NewProjectWizardState()285 if (mode == Mode.ANY && useExisting) { in extractFromAndroidManifest()
429 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()
285 if (mValues.useExisting || mValues.mode != Mode.ANY) { in isPageComplete()514 if (!mValues.useExisting) { in validateTestProjectLocation()561 if (!mValues.useExisting || !mValues.createActivity) { in validateSourceFolder()