Home
last modified time | relevance | path

Searched refs:TestSocket (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java1410 class TestSocket extends Socket { in test_setKeepAliveZ() class
1411 public TestSocket(SocketImpl impl) throws SocketException { in test_setKeepAliveZ() method in SocketTest.TestSocket
1427 try (TestSocket socket = new TestSocket(null)) { in test_setKeepAliveZ()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java451 try (TestSocket testSocket = new TestSocket((SocketImpl) null)) { in test_setKeepAliveZ()
464 class TestSocket extends Socket { class in OldSocketTest
465 public TestSocket(SocketImpl impl) throws SocketException { in TestSocket() method in OldSocketTest.TestSocket
1923 new TestSocket(msi); in test_ConstructorLSocketImpl()