Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DSampleCode.java153 if (inList(path, IMAGES) || inList(path, VIDEOS) || inList(path, TEMPLATED)) { in setProjectStructure()
239 } else if (inList(path, TEMPLATED)) { in writeProjectDirectory()
539 public static String[] TEMPLATED = {".java", ".xml", ".aidl", ".rs",".txt", ".TXT"}; field in SampleCode