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.java135 checkMatches(filter, new MatchCondition[] { in testCategories()
136 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, null, null, null), in testCategories()
137 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, in testCategories()
139 new MatchCondition(IntentFilter.NO_MATCH_CATEGORY, null, in testCategories()
141 new MatchCondition(IntentFilter.NO_MATCH_CATEGORY, null, new String[] { in testCategories()
145 checkMatches(filter, new MatchCondition[] { in testCategories()
146 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, null, null, null), in testCategories()
147 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, in testCategories()
149 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, in testCategories()
151 new MatchCondition(IntentFilter.MATCH_CATEGORY_EMPTY, null, new String[] { in testCategories()
[all …]