Searched refs:getNextPortForUDP (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DMulticastSocketTest.java161 int groupPort = Support_PortManager.getNextPortForUDP();
176 groupPort = Support_PortManager.getNextPortForUDP();
186 int groupPort = Support_PortManager.getNextPortForUDP();
208 groupPort = Support_PortManager.getNextPortForUDP();
217 groupPort = Support_PortManager.getNextPortForUDP();
455 int groupPort = Support_PortManager.getNextPortForUDP();
533 int groupPort = Support_PortManager.getNextPortForUDP();
540 groupPort = Support_PortManager.getNextPortForUDP();
714 ms.bind(new InetSocketAddress(InetAddress.getLocalHost(), Support_PortManager.getNextPortForUDP()));
718 ms = new MulticastSocket(new InetSocketAddress(InetAddress.getLocalHost(), Support_PortManager.getNextPortForUDP()));
[all...]
H A DDatagramSocketTest.java150 int portNumber = Support_PortManager.getNextPortForUDP();
222 portNumber = Support_PortManager.getNextPortForUDP();
276 portNumber = Support_PortManager.getNextPortForUDP();
288 portNumber = Support_PortManager.getNextPortForUDP();
419 portNumber = Support_PortManager.getNextPortForUDP();
430 portNumber = Support_PortManager.getNextPortForUDP();
461 int portNumber = Support_PortManager.getNextPortForUDP();
502 int portNumber = Support_PortManager.getNextPortForUDP();
662 // final int PORT = Support_PortManager.getNextPortForUDP();
888 int portNumber = Support_PortManager.getNextPortForUDP();
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_PortManager.java55 public static synchronized int getNextPortForUDP() { method in class:Support_PortManager

Completed in 98 milliseconds