Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java932 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match() argument
936 addDataPath(paths[i], pathTypes[i]); in Match()
942 String[] authorities, String[] ports, String[] paths, int[] pathTypes, in Match() argument
944 this(actions, categories, mimeTypes, schemes, authorities, ports, paths, pathTypes); in Match()