Home
last modified time | relevance | path

Searched refs:ATTR_FROM (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.java180 static final String ATTR_FROM = "from"; //$NON-NLS-1$ field in TemplateHandler
567 String fromPath = attributes.getValue(ATTR_FROM); in execute()
570 toPath = attributes.getValue(ATTR_FROM); in execute()
580 String fromPath = attributes.getValue(ATTR_FROM); in execute()
583 toPath = attributes.getValue(ATTR_FROM); in execute()