Home
last modified time | relevance | path

Searched refs:relRefGroup (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1247 UriRelativeFilterGroup relRefGroup = new UriRelativeFilterGroup(ACTION_ALLOW); in testWriteToXmlWithRelRefGroup() local
1248 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() local
1627 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 …]