Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DSocketTimeoutTest.java59 private static <T extends Closeable> void checkOperationTimesOut(SocketConstructor<T> construct, in checkOperationTimesOut() method in SocketTimeoutTest
78 checkOperationTimesOut(() -> new Socket(), s -> s.connect(UNREACHABLE_ADDRESS, in testSocketConnectTimeout()
82 checkOperationTimesOut(() -> new Socket(), in testSocketConnectTimeout()
96 checkOperationTimesOut(() -> new Socket(), s -> { in testSocketReadTimeout()
154 checkOperationTimesOut(() -> new ServerSocket(0), in testServerSocketAcceptTimeout()
164 checkOperationTimesOut(() -> ServerSocketChannel.open(), in testServerSocketChannelAcceptTimeout()
174 checkOperationTimesOut(() -> new DatagramSocket(), s -> { in testDatagramSocketReceive()