Searched refs:sockets (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
H A DInterruptedStreamTest.java47 private Socket[] sockets; field in class:InterruptedStreamTest
57 if (sockets != null) {
58 sockets[0].close();
59 sockets[1].close();
98 sockets = newSocketChannelPair();
99 testInterruptReadableChannel(sockets[0].getChannel());
103 sockets = newSocketChannelPair();
104 testInterruptWritableChannel(sockets[0].getChannel());
108 * Returns a pair of connected sockets backed by NIO socket channels.
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLSocketPair.java60 SSLSocket[] sockets = connect(c, null, null);
61 return new TestSSLSocketPair(c, sockets[0], sockets[1]);

Completed in 1101 milliseconds