Searched refs:relRefGroup (Results 1 – 1 of 1) sorted by relevance
1247 UriRelativeFilterGroup relRefGroup = new UriRelativeFilterGroup(ACTION_ALLOW); in testWriteToXmlWithRelRefGroup() local1248 relRefGroup.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/path")); in testWriteToXmlWithRelRefGroup()1249 relRefGroup.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SIMPLE_GLOB, "q*")); in testWriteToXmlWithRelRefGroup()1262 mIntentFilter.addUriRelativeFilterGroup(relRefGroup); in testWriteToXmlWithRelRefGroup()1285 assertTrue(relRefGroup.getUriRelativeFilters().contains(it.next())); in testWriteToXmlWithRelRefGroup()1286 assertTrue(relRefGroup.getUriRelativeFilters().contains(it.next())); in testWriteToXmlWithRelRefGroup()1626 UriRelativeFilterGroup relRefGroup = new UriRelativeFilterGroup(ACTION_ALLOW); in testWriteToParcelWithRelRefGroup() local1627 relRefGroup.addUriRelativeFilter(new UriRelativeFilter(PATH, PATTERN_LITERAL, "/path")); in testWriteToParcelWithRelRefGroup()1628 relRefGroup.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SIMPLE_GLOB, "q*")); in testWriteToParcelWithRelRefGroup()1638 mIntentFilter.addUriRelativeFilterGroup(relRefGroup); in testWriteToParcelWithRelRefGroup()[all …]