Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java857 UriRelativeFilterGroup matchGroup1 = new UriRelativeFilterGroup(ACTION_ALLOW); in testMatchDataWithRelRefGroups() local
858 matchGroup1.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/path")); in testMatchDataWithRelRefGroups()
859 matchGroup1.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SIMPLE_GLOB, ".*")); in testMatchDataWithRelRefGroups()
860 mIntentFilter.addUriRelativeFilterGroup(matchGroup1); in testMatchDataWithRelRefGroups()