Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecBaseTest.java263 public static class JavaUdpSocket implements GenericUdpSocket { class in IpSecBaseTest
266 public JavaUdpSocket(InetAddress localAddr, int port) { in JavaUdpSocket() method in IpSecBaseTest.JavaUdpSocket
277 public JavaUdpSocket(InetAddress localAddr) { in JavaUdpSocket() method in IpSecBaseTest.JavaUdpSocket
570 public static SocketPair<JavaUdpSocket> getJavaUdpSocketPair( in getJavaUdpSocketPair()
573 JavaUdpSocket leftSock = new JavaUdpSocket(localAddr); in getJavaUdpSocketPair()
574 JavaUdpSocket rightSock = new JavaUdpSocket(localAddr); in getJavaUdpSocketPair()
685 SocketPair<JavaUdpSocket> sockets = in testJavaUdpSocketPair()
698 SocketPair<JavaUdpSocket> sockets = in testJavaUdpSocketPairUnconnected()
DIpSecManagerTunnelTest.java335 JavaUdpSocket socket = new JavaUdpSocket(localInner); in getIpSecTunnelTestRunnable()
384 JavaUdpSocket socket = new JavaUdpSocket(localInner, innerSocketPort);
429 JavaUdpSocket socket = new JavaUdpSocket(localInner);
888 private static void receiveAndValidatePacket(JavaUdpSocket socket) throws Exception {
DIpSecManagerTest.java181 SocketPair<JavaUdpSocket> sockets = getJavaUdpSocketPair(local, mISM, transform, false); in checkUnconnectedUdp()
670 JavaUdpSocket localSocket = new JavaUdpSocket(local)) { in testIkeOverUdpEncapSocket()