Searched defs:Match (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilterTest.java | 1384 private static class Match extends IntentFilter { class in IntentFilterTest 1385 Match() { in Match() method in IntentFilterTest.Match 1388 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match() method in IntentFilterTest.Match 1419 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match() method in IntentFilterTest.Match 1429 Match(String[] actions, String[] categories, String[] mimeTypes, String[] schemes, in Match() method in IntentFilterTest.Match
|