Searched refs:MIME_TEXT_XML (Results 1 – 2 of 2) sorted by relevance
27 import static android.dynamicmime.common.Constants.MIME_TEXT_XML;127 setMimeGroup(GROUP_FIRST, MIME_TEXT_PLAIN, MIME_TEXT_XML); in testResetWithoutIntersection()135 setMimeGroup(GROUP_FIRST, MIME_TEXT_PLAIN, MIME_TEXT_XML); in testResetWithIntersection()
39 public static final String MIME_TEXT_XML = "text/xml"; field in Constants