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.java185 static final String ATTR_FROM = "from"; //$NON-NLS-1$ field in TemplateHandler
608 String fromPath = attributes.getValue(ATTR_FROM); in execute()
611 toPath = attributes.getValue(ATTR_FROM); in execute()
621 String fromPath = attributes.getValue(ATTR_FROM); in execute()
624 toPath = attributes.getValue(ATTR_FROM); in execute()