Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecBaseTest.java240 public static class NativeTcpSocket extends NativeSocket implements GenericTcpSocket { class in IpSecBaseTest
241 public NativeTcpSocket(FileDescriptor fd) { in NativeTcpSocket() method in IpSecBaseTest.NativeTcpSocket
546 public static SocketPair<NativeTcpSocket> getNativeTcpSocketPair( in getNativeTcpSocketPair()
550 NativeTcpSocket server = new NativeTcpSocket( in getNativeTcpSocketPair()
552 NativeTcpSocket client = new NativeTcpSocket( in getNativeTcpSocketPair()
562 NativeTcpSocket accepted = new NativeTcpSocket(Os.accept(server.mFd, null)); in getNativeTcpSocketPair()
598 NativeTcpSocket server = new NativeTcpSocket( in getJavaTcpSocketPair()
711 SocketPair<NativeTcpSocket> sockets = in testNativeTcpSocketPair()
DIpSecManagerTest.java215 SocketPair<NativeTcpSocket> sockets = getNativeTcpSocketPair(local, mISM, transform); in checkTcp()