Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java202 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, null, null, null), in testCategories()
203 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, in testCategories()
205 new MatchCondition(IntentFilter.NO_MATCH_CATEGORY, null, in testCategories()
207 new MatchCondition(IntentFilter.NO_MATCH_CATEGORY, null, new String[]{ in testCategories()
212 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, null, null, null), in testCategories()
213 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, in testCategories()
215 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, in testCategories()
217 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, new String[]{ in testCategories()
219 new MatchCondition(IntentFilter.NO_MATCH_CATEGORY, null, in testCategories()
221 new MatchCondition(IntentFilter.NO_MATCH_CATEGORY, null, new String[]{ in testCategories()
[all …]