Searched refs:disallowGroup (Results 1 – 1 of 1) sorted by relevance
892 UriRelativeFilterGroup disallowGroup = new UriRelativeFilterGroup(ACTION_BLOCK); in testMatchDataWithRelRefGroups() local893 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()