HomeSort by relevance Sort by last modified time
    Searched refs:encapSocket (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/net/java/android/net/
IpSecManagerTest.java 188 IpSecManager.UdpEncapsulationSocket encapSocket =
190 assertNotNull(encapSocket.getFileDescriptor());
191 assertEquals(TEST_UDP_ENCAP_PORT, encapSocket.getPort());
193 encapSocket.close();
237 IpSecManager.UdpEncapsulationSocket encapSocket =
240 assertNotNull(encapSocket.getFileDescriptor());
241 assertEquals(TEST_UDP_ENCAP_PORT, encapSocket.getPort());
243 encapSocket.close();
  /cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java 474 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket();
491 transformBuilder.setIpv4Encapsulation(encapSocket, encapSocket.getPort());
626 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket()) {
628 new NativeUdpSocket(encapSocket.getFileDescriptor());
641 .setIpv4Encapsulation(encapSocket, encapSocket.getPort())
    [all...]
IpSecBaseTest.java 427 IpSecManager.UdpEncapsulationSocket encapSocket,
440 if (encapSocket != null) {
441 builder.setIpv4Encapsulation(encapSocket, encapSocket.getPort());

Completed in 363 milliseconds