Home
last modified time | relevance | path

Searched refs:assertMimeGroupIsEmpty (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/
DSingleAppTest.java93 assertMimeGroupIsEmpty(GROUP_FIRST); in testRemoveExactType()
146 assertMimeGroupIsEmpty(GROUP_FIRST); in testClear()
154 assertMimeGroupIsEmpty(GROUP_FIRST); in testDefinedGroupNotNullAfterRemove()
162 assertMimeGroupIsEmpty(GROUP_FIRST); in testDefinedGroupNotNullAfterClear()
170 assertMimeGroupIsEmpty(GROUP_FIRST); in testMimeGroupsIndependentAdd()
201 assertMimeGroupIsEmpty(GROUP_FIRST); in testMimeGroupsIndependentClear()
214 assertMimeGroupIsEmpty(GROUP_SECOND); in testMimeGroupsIndependentClearBoth()
222 assertMimeGroupIsEmpty(GROUP_SECOND); in testMimeGroupsIndependentSet()
DMultipleAppsTest.java52 assertMimeGroupIsEmpty(GROUP_FIRST); in testMimeGroupsIndependentSet()
80 assertMimeGroupIsEmpty(GROUP_FIRST); in testMimeGroupsIndependentClear()
87 helperApp().assertMimeGroupIsEmpty(GROUP_FIRST); in testMimeGroupsIndependentClear()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/update/
DChangedGroupsTest.java37 assertMimeGroupIsEmpty(GROUP_FIRST); in testUpdateRemoveEmptyGroup()
43 assertMimeGroupIsEmpty(GROUP_SECOND); in testUpdateRemoveEmptyGroup()
56 assertMimeGroupIsEmpty(GROUP_SECOND); in testUpdateRemoveNonEmptyGroup()
DSameGroupsTest.java41 assertMimeGroupIsEmpty(GROUP_SECOND); in testUpdate()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/
DMimeGroupAssertions.java36 public final void assertMimeGroupIsEmpty(String mimeGroup) { in assertMimeGroupIsEmpty() method in MimeGroupAssertions