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()
53 private static final String TAG_STRING = "string"; field in IntentStore121 writeTag(serializer, TAG_STRING, key, (String) o); in writeExtras()203 case TAG_STRING: in parseExtras()