Home
last modified time | relevance | path

Searched refs:ProjectInfo (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.java254 private static class ProjectInfo { class in NewProjectCreator
260 public ProjectInfo(IProject project, in ProjectInfo() method in NewProjectCreator.ProjectInfo
296 final ProjectInfo mainData = collectMainPageInfo(); in createAndroidProjects()
297 final ProjectInfo testData = collectTestPageInfo(); in createAndroidProjects()
323 final ProjectInfo mainData = collectMainPageInfo(); in createJavaProjects()
324 final ProjectInfo testData = collectTestPageInfo(); in createJavaProjects()
346 final List<ProjectInfo> projectData = new ArrayList<ProjectInfo>(); in importProjects()
393 projectData.add(new ProjectInfo(project, description, parameters, dictionary)); in importProjects()
415 private ProjectInfo collectMainPageInfo() { in collectMainPageInfo()
456 return new ProjectInfo(project, description, parameters, dictionary); in collectMainPageInfo()
[all …]