Searched refs:sourceTypeString (Results 1 – 1 of 1) sorted by relevance
295 String sourceTypeString = getAttributeOrNull(icon, ATTR_SOURCE_TYPE); in getIconState() local296 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()