Searched refs:TAG_STRING (Results 1 – 2 of 2) sorted by relevance
105 private static final String TAG_STRING = "string"; field in StringResourceMap.StringResourceHandler131 } else if (TAG_STRING.equals(localName)) { in startElement()144 if (TAG_STRING.equals(localName)) { in endElement()146 throw new SAXException(TAG_STRING + " doesn't have name"); in endElement()
21 import com.android.SdkConstants.TAG_STRING83 return listOf(TAG_STRING) in getApplicableElements()