Searched refs:MIME_ANY (Results 1 – 2 of 2) sorted by relevance
21 import static android.dynamicmime.common.Constants.MIME_ANY;51 assertMatchedByMimeGroup(GROUP_FIRST, MIME_TEXT_ANY, MIME_ANY); in testGroupWithExactType()60 assertMatchedByMimeGroup(GROUP_FIRST, MIME_TEXT_PLAIN, MIME_ANY); in testGroupWithWildcardType()66 setMimeGroup(GROUP_FIRST, MIME_ANY); in testGroupWithAnyType()68 assertMimeGroup(GROUP_FIRST, MIME_ANY); in testGroupWithAnyType()117 testKeepAndRemoveSimilarTypes(MIME_TEXT_PLAIN, MIME_ANY); in testRemoveAnyType_keepSpecific()122 testKeepAndRemoveSimilarTypes(MIME_ANY, MIME_TEXT_PLAIN); in testRemoveAnyType_keepWildcard()
44 public static final String MIME_ANY = "*/*"; field in Constants