Home
last modified time | relevance | path

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

/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java286 PortInfo[] ports = echoInfo.getPorts(); in checkEchoDeviceInfo() local
287 assertEquals("port info array size", 2, ports.length); in checkEchoDeviceInfo()
291 for (PortInfo portInfo : ports) { in checkEchoDeviceInfo()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1389 String[] authorities, String[] ports) { in Match() argument
1414 addDataAuthority(authorities[i], ports != null ? ports[i] : null); in Match()
1420 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match() argument
1421 this(actions, categories, mimeTypes, schemes, authorities, ports); in Match()
1430 String[] authorities, String[] ports, String[] paths, int[] pathTypes, in Match() argument
1432 this(actions, categories, mimeTypes, schemes, authorities, ports, paths, pathTypes); in Match()