Searched defs:aPort (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DMulticastSocketTest.java932 private static MulticastSocket createReceivingSocket(int aPort) throws IOException { argument
933 MulticastSocket ms = new MulticastSocket(aPort);

Completed in 605 milliseconds