Home
last modified time | relevance | path

Searched refs:SAMPLE (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectWizard.java64 case SAMPLE: in NewProjectWizard()
80 if (mMode != Mode.SAMPLE) { in addPages()
104 if (mMode != Mode.SAMPLE) { in addPages()
155 if (mValues.mode == Mode.SAMPLE) { in getNextPage()
DProjectNamePage.java186 } else if (mValues.mode == Mode.SAMPLE) { in setVisible()
264 if (mValues.mode == Mode.SAMPLE) { in widgetSelected()
283 mValues.mode = Mode.SAMPLE; in widgetSelected()
302 boolean isCreateFromSample = mValues.mode == Mode.SAMPLE; in updateLocationState()
378 boolean isNewProject = !mValues.useExisting || mValues.mode == Mode.SAMPLE; in updateLocationPathField()
418 && mValues.projectLocation.exists() && mValues.mode != Mode.SAMPLE) { in updateLocationPathField()
436 if (mValues.mode != Mode.SAMPLE) { in validatePage()
474 if (mValues.mode == Mode.SAMPLE) { in validateLocation()
DNewSampleProjectWizard.java30 super(Mode.SAMPLE); in NewSampleProjectWizard()
DNewProjectWizardState.java186 if (mode == Mode.SAMPLE) { in NewProjectWizardState()
395 SAMPLE, enumConstant
DSdkSelectionPage.java115 if (mValues.mode == Mode.SAMPLE) { in setVisible()
411 if (error == null && mValues.mode == Mode.SAMPLE) { in validatePage()
DSampleSelectionPage.java233 if (mValues.mode != Mode.SAMPLE) { in isPageComplete()
DApplicationInfoPage.java170 if (mValues.mode == Mode.SAMPLE) { in showTestOptions()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
DSampleProjectTest.java109 NewProjectWizardState state = new NewProjectWizardState(Mode.SAMPLE); in doTestSampleProject()