Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTypedVariable.java31 public static Object parseGlobal(Attributes attributes) { in parseGlobal() method in TypedVariable
DTemplateHandler.java492 paramMap.put(id, TypedVariable.parseGlobal(attributes)); in processVariables()