Home
last modified time | relevance | path

Searched refs:sourceTypeString (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/
DTemplateMetadata.java295 String sourceTypeString = getAttributeOrNull(icon, ATTR_SOURCE_TYPE); in getIconState() local
296 if (sourceTypeString != null) { in getIconState()
297 sourceTypeString = sourceTypeString.toUpperCase(Locale.US); in getIconState()
300 if (sourceTypeString.equals(type.name())) { in getIconState()
307 AdtPlugin.log(null, "Unknown source type %1$s", sourceTypeString); in getIconState()