Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java850 UriRelativeFilterGroup noMatchGroup = new UriRelativeFilterGroup(ACTION_ALLOW); in testMatchDataWithRelRefGroups() local
851 noMatchGroup.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/trail")); in testMatchDataWithRelRefGroups()
852 mIntentFilter.addUriRelativeFilterGroup(noMatchGroup); in testMatchDataWithRelRefGroups()
915 mIntentFilter.addUriRelativeFilterGroup(noMatchGroup); in testMatchDataWithRelRefGroups()