Home
last modified time | relevance | path

Searched refs:MIME_ANY (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/
DSingleAppTest.java21 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()
/cts/hostsidetests/packagemanager/dynamicmime/common/src/android/dynamicmime/common/
DConstants.java44 public static final String MIME_ANY = "*/*"; field in Constants