Home
last modified time | relevance | path

Searched refs:assertMimeGroup (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/
DSingleAppTest.java50 assertMimeGroup(GROUP_FIRST, MIME_TEXT_PLAIN); in testGroupWithExactType()
59 assertMimeGroup(GROUP_FIRST, MIME_TEXT_ANY); in testGroupWithWildcardType()
68 assertMimeGroup(GROUP_FIRST, MIME_ANY); in testGroupWithAnyType()
77 assertMimeGroup(GROUP_FIRST, MIME_TEXT_ANY, MIME_TEXT_PLAIN); in testAddSimilarTypes()
85 assertMimeGroup(GROUP_FIRST, MIME_IMAGE_ANY, MIME_TEXT_PLAIN); in testAddDifferentTypes()
102 assertMimeGroup(GROUP_FIRST, MIME_TEXT_PLAIN); in testRemoveDifferentType()
130 assertMimeGroup(GROUP_FIRST, MIME_IMAGE_JPEG, MIME_IMAGE_PNG); in testResetWithoutIntersection()
138 assertMimeGroup(GROUP_FIRST, MIME_TEXT_PLAIN, MIME_IMAGE_PNG); in testResetWithIntersection()
169 assertMimeGroup(GROUP_SECOND, MIME_TEXT_ANY); in testMimeGroupsIndependentAdd()
178 assertMimeGroup(GROUP_FIRST, MIME_IMAGE_ANY); in testMimeGroupsIndependentAddToBoth()
[all …]
DMultipleAppsTest.java53 helperApp().assertMimeGroup(GROUP_FIRST, MIME_TEXT_ANY); in testMimeGroupsIndependentSet()
57 assertMimeGroup(GROUP_FIRST, MIME_IMAGE_ANY); in testMimeGroupsIndependentSet()
58 helperApp().assertMimeGroup(GROUP_FIRST, MIME_TEXT_ANY); in testMimeGroupsIndependentSet()
69 assertMimeGroup(GROUP_FIRST, MIME_IMAGE_ANY); in testMimeGroupsIndependentReset()
70 helperApp().assertMimeGroup(GROUP_FIRST, MIME_TEXT_ANY); in testMimeGroupsIndependentReset()
81 helperApp().assertMimeGroup(GROUP_FIRST, MIME_TEXT_ANY); in testMimeGroupsIndependentClear()
86 assertMimeGroup(GROUP_FIRST, MIME_TEXT_ANY); in testMimeGroupsIndependentClear()
DComplexFilterTest.java135 assertMimeGroup(ALIAS_BOTH_GROUPS_AND_TYPE, expectedTypes); in assertGroupsAndType()
139 assertMimeGroup(ALIAS_BOTH_GROUPS, expectedTypes); in assertBothGroups()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/update/
DSameGroupsTest.java40 assertMimeGroup(GROUP_FIRST, MIME_TEXT_PLAIN); in testUpdate()
DChangedGroupsTest.java50 assertMimeGroup(GROUP_FIRST, MIME_TEXT_PLAIN); in testUpdateRemoveNonEmptyGroup()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/
DMimeGroupAssertions.java32 public final void assertMimeGroup(String mimeGroup, String... mimeTypes) { in assertMimeGroup() method in MimeGroupAssertions