HomeSort by relevance Sort by last modified time
    Searched refs:newTypeAddress (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 184 SocketAddress newTypeAddress = new SubSocketAddress();
186 this.channel1 = SocketChannel.open(newTypeAddress);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DatagramChannelTest.java 477 SocketAddress newTypeAddress = new SubSocketAddress();
479 this.channel1.connect(newTypeAddress);
    [all...]
SocketChannelTest.java     [all...]

Completed in 66 milliseconds