Home
last modified time | relevance | path

Searched refs:dictionary (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.java263 HashMap<String, String> dictionary) { in ProjectInfo() argument
267 mDictionary = dictionary; in ProjectInfo()
374 final HashMap<String, String> dictionary = new HashMap<String, String>(); in importProjects() local
375 dictionary.put(STRING_APP_NAME, mValues.applicationName); in importProjects()
393 projectData.add(new ProjectInfo(project, description, parameters, dictionary)); in importProjects()
441 final HashMap<String, String> dictionary = new HashMap<String, String>(); in collectMainPageInfo() local
442 dictionary.put(STRING_APP_NAME, mValues.applicationName); in collectMainPageInfo()
456 return new ProjectInfo(project, description, parameters, dictionary); in collectMainPageInfo()
513 final HashMap<String, String> dictionary = new HashMap<String, String>(); in collectTestPageInfo() local
514 dictionary.put(STRING_APP_NAME, mValues.testApplicationName); in collectTestPageInfo()
[all …]