Home
last modified time | relevance | path

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

/development/tools/idegen/src/com/android/idegen/
DIntellijProject.java35 public class IntellijProject { class
40 private static final Logger logger = Logger.getLogger(IntellijProject.class.getName());
52 public IntellijProject(String indexFile, String projectPath, ArrayList<String> moduleDirs, in IntellijProject() method in IntellijProject
215 IntellijProject intellij = new IntellijProject(indexFile, projectPath, moduleDirs, in main()
DModule.java221 IntellijProject.CHARSET); in buildImlFile()
268 Files.write(imlTemplate, imlFile, IntellijProject.CHARSET); in buildImlFile()
DDirectorySearch.java225 IntellijProject.class.getProtectionDomain().getCodeSource().getLocation() in findTemplateDir()