Searched refs:matchGroup1 (Results 1 – 1 of 1) sorted by relevance
857 UriRelativeFilterGroup matchGroup1 = new UriRelativeFilterGroup(ACTION_ALLOW); in testMatchDataWithRelRefGroups() local858 matchGroup1.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/path")); in testMatchDataWithRelRefGroups()859 matchGroup1.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SIMPLE_GLOB, ".*")); in testMatchDataWithRelRefGroups()860 mIntentFilter.addUriRelativeFilterGroup(matchGroup1); in testMatchDataWithRelRefGroups()