Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java119 private static final String PARAM_SAMPLE_LOCATION = "SAMPLE_LOCATION"; //$NON-NLS-1$ field in NewProjectCreator
430 parameters.put(PARAM_SAMPLE_LOCATION, mValues.chosenSample); in collectMainPageInfo()
799 File sampleDir = (File) parameters.get(PARAM_SAMPLE_LOCATION); in createEclipseProject()
895 parameters.put(PARAM_SAMPLE_LOCATION, null); in create()