Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java134 IntentFilter filter = new Match(null, new String[] { "category1" }, null, null, null, null); in testCategories()
144 filter = new Match(null, new String[] { "category1", "category2" }, null, null, null, null); in testCategories()
160 IntentFilter filter = new Match(null, null, new String[] { "which1/what1" }, null, null, in testMimeTypes()
173 filter = new Match(null, null, new String[] { "which1/what1", "which2/what2" }, null, null, in testMimeTypes()
188 filter = new Match(null, null, new String[] { "which1/*" }, null, null, null); in testMimeTypes()
202 filter = new Match(null, null, new String[] { "*/*" }, null, null, null); in testMimeTypes()
240 IntentFilter filter = new Match(null, null, null, new String[] { "scheme1" }, null, null); in testDataSchemes()
247 filter = new Match(null, null, null, new String[] { "scheme1", "scheme2" }, null, null); in testDataSchemes()
265 IntentFilter filter = new Match(null, null, null, new String[]{"scheme"}, in testSchemeSpecificParts()
278 filter = new Match(null, null, null, new String[]{"scheme"}, in testSchemeSpecificParts()
[all …]