Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java878 UriRelativeFilterGroup matchGroup2 = new UriRelativeFilterGroup(ACTION_ALLOW); in testMatchDataWithRelRefGroups() local
879 matchGroup2.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/path")); in testMatchDataWithRelRefGroups()
880 matchGroup2.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_PREFIX, "query")); in testMatchDataWithRelRefGroups()
881 matchGroup2.addUriRelativeFilter(new UriRelativeFilter(FRAGMENT, PATTERN_SIMPLE_GLOB, in testMatchDataWithRelRefGroups()
883 mIntentFilter.addUriRelativeFilterGroup(matchGroup2); in testMatchDataWithRelRefGroups()