Home
last modified time | relevance | path

Searched refs:STRING_APP_NAME (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.java199 private static final String STRING_APP_NAME = "app_name"; //$NON-NLS-1$ field in NewProjectCreator
373 parameters.put(PARAM_APPLICATION, STRING_RSRC_PREFIX + STRING_APP_NAME); in importProjects()
375 dictionary.put(STRING_APP_NAME, mValues.applicationName); in importProjects()
427 parameters.put(PARAM_APPLICATION, STRING_RSRC_PREFIX + STRING_APP_NAME); in collectMainPageInfo()
442 dictionary.put(STRING_APP_NAME, mValues.applicationName); in collectMainPageInfo()
483 parameters.put(PARAM_APPLICATION, STRING_RSRC_PREFIX + STRING_APP_NAME); in collectTestPageInfo()
514 dictionary.put(STRING_APP_NAME, mValues.testApplicationName); in collectTestPageInfo()