Searched refs:noMatchGroup1 (Results 1 – 1 of 1) sorted by relevance
868 UriRelativeFilterGroup noMatchGroup1 = new UriRelativeFilterGroup(ACTION_ALLOW); in testMatchDataWithRelRefGroups() local869 noMatchGroup1.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/path")); in testMatchDataWithRelRefGroups()870 noMatchGroup1.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_PREFIX, "query")); in testMatchDataWithRelRefGroups()871 noMatchGroup1.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SUFFIX, "widget")); in testMatchDataWithRelRefGroups()872 mIntentFilter.addUriRelativeFilterGroup(noMatchGroup1); in testMatchDataWithRelRefGroups()