Searched refs:matchGroup2 (Results 1 – 1 of 1) sorted by relevance
878 UriRelativeFilterGroup matchGroup2 = new UriRelativeFilterGroup(ACTION_ALLOW); in testMatchDataWithRelRefGroups() local879 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()