Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DSocketImplTest.java36 MockSocketImpl mockSocketImpl = new MockSocketImpl(); in test_Constructor_fd()
44 MockSocketImpl theSocket = new MockSocketImpl(); in test_setPerformancePreference_Int_Int_Int()
52 MockSocketImpl s = new MockSocketImpl(); in test_shutdownOutput()
65 MockSocketImpl s = new MockSocketImpl(); in test_shutdownInput()
78 MockSocketImpl s = new MockSocketImpl(); in test_supportsUrgentData()
83 class MockSocketImpl extends SocketImpl { class in SocketImplTest
DServerSocketTest.java873 new MockSocketImpl())); in test_implAcceptLjava_net_Socket()
888 static class MockSocketImpl extends SocketImpl { class in ServerSocketTest