Searched refs:tcpSocket (Results 1 – 1 of 1) sorted by relevance
213 FileDescriptor tcpSocket = Libcore.os.socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP); in test_connect_networkPolicy() local215 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()