Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java892 UriRelativeFilterGroup disallowGroup = new UriRelativeFilterGroup(ACTION_BLOCK); in testMatchDataWithRelRefGroups() local
893 disallowGroup.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/path")); in testMatchDataWithRelRefGroups()
894 disallowGroup.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_PREFIX, "query")); in testMatchDataWithRelRefGroups()
895 disallowGroup.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SUFFIX, "gizmo")); in testMatchDataWithRelRefGroups()
896 disallowGroup.addUriRelativeFilter(new UriRelativeFilter(FRAGMENT, PATTERN_SIMPLE_GLOB, in testMatchDataWithRelRefGroups()
898 mIntentFilter.addUriRelativeFilterGroup(disallowGroup); in testMatchDataWithRelRefGroups()
906 mIntentFilter.addUriRelativeFilterGroup(disallowGroup); in testMatchDataWithRelRefGroups()
917 mIntentFilter.addUriRelativeFilterGroup(disallowGroup); in testMatchDataWithRelRefGroups()