Searched refs:TEMPLATED (Results 1 – 1 of 1) sorted by relevance
153 if (inList(path, IMAGES) || inList(path, VIDEOS) || inList(path, TEMPLATED)) { in setProjectStructure()234 } else if (inList(path, TEMPLATED)) { in writeProjectDirectory()527 public static String[] TEMPLATED = {".java", ".xml", ".aidl", ".rs",".txt", ".TXT"}; field in SampleCode