Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java139 private static final String VALUE_TEMPLATE_DIR = "$TEMPLATEDIR"; //$NON-NLS-1$ field in TemplateHandler
360 builtin.put("templatesRes", VALUE_TEMPLATE_DIR); //$NON-NLS-1$ in createBuiltinMap()
684 if (fromPath.startsWith(VALUE_TEMPLATE_DIR)) { in getFullPath()
686 + fromPath.substring(VALUE_TEMPLATE_DIR.length() + 1).replace('/', in getFullPath()