Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java785 new String[]{"authority1"}, null).addMimeGroups(new String[]{"test"}); in testAppEnumerationMatchesMimeGroups()
1747 Match addMimeGroups(String[] mimeGroups) { in addMimeGroups() method in IntentFilterTest.Match