Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/io/
DBlockGuardOsTest.java213 FileDescriptor tcpSocket = Libcore.os.socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP); in test_connect_networkPolicy() local
215 blockGuardOs.connect(tcpSocket, InetAddress.getLoopbackAddress(), 0); in test_connect_networkPolicy()
217 verify(mockOsDelegate, times(1)).connect(eq(tcpSocket), any(), anyInt()); in test_connect_networkPolicy()
219 IoUtils.closeQuietly(tcpSocket); in test_connect_networkPolicy()