Searched refs:XML_DECLARATION (Results 1 – 1 of 1) sorted by relevance
198 final String XML_DECLARATION = "<?xml"; in shouldUseCtsXmlResultParser() local199 return (result.startsWith(XML_DECLARATION) in shouldUseCtsXmlResultParser()200 || result.startsWith(XML_DECLARATION.toUpperCase())); in shouldUseCtsXmlResultParser()