Searched refs:ports (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/midi/src/android/midi/cts/ |
D | MidiEchoTest.java | 404 PortInfo[] ports = echoInfo.getPorts(); in checkEchoDeviceInfo() local 405 assertEquals("port info array size", 2, ports.length); in checkEchoDeviceInfo() 409 for (PortInfo portInfo : ports) { in checkEchoDeviceInfo()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilterTest.java | 1685 String[] authorities, String[] ports) { in Match() argument 1710 addDataAuthority(authorities[i], ports != null ? ports[i] : null); in Match() 1716 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match() argument 1717 this(actions, categories, mimeTypes, schemes, authorities, ports); in Match() 1726 String[] authorities, String[] ports, String[] paths, int[] pathTypes, in Match() argument 1728 this(actions, categories, mimeTypes, schemes, authorities, ports, paths, pathTypes); in Match()
|