Searched refs:UdpEncapsulationSocket (Results 1 – 5 of 5) sorted by relevance
549 public static final class UdpEncapsulationSocket implements AutoCloseable { class in IpSecManager556 private UdpEncapsulationSocket(@NonNull IIpSecService service, int port) in UdpEncapsulationSocket() method in IpSecManager.UdpEncapsulationSocket668 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port) in openUdpEncapsulationSocket()678 return new UdpEncapsulationSocket(mService, port); in openUdpEncapsulationSocket()702 public UdpEncapsulationSocket openUdpEncapsulationSocket() in openUdpEncapsulationSocket()705 return new UdpEncapsulationSocket(mService, 0); in openUdpEncapsulationSocket()
415 @NonNull IpSecManager.UdpEncapsulationSocket localSocket, int remotePort) { in setIpv4Encapsulation()
188 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocket()237 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocketOnRandomPort()
25363 Landroid/net/IpSecManager$UdpEncapsulationSocket;25364 Landroid/net/IpSecManager$UdpEncapsulationSocket;->close()V25365 Landroid/net/IpSecManager$UdpEncapsulationSocket;->finalize()V25366 Landroid/net/IpSecManager$UdpEncapsulationSocket;->getFileDescriptor()Ljava/io/FileDescriptor;25367 Landroid/net/IpSecManager$UdpEncapsulationSocket;->getPort()I25368 Landroid/net/IpSecManager$UdpEncapsulationSocket;->toString()Ljava/lang/String;25378 …id/net/IpSecManager;->openUdpEncapsulationSocket()Landroid/net/IpSecManager$UdpEncapsulationSocket;25379 …d/net/IpSecManager;->openUdpEncapsulationSocket(I)Landroid/net/IpSecManager$UdpEncapsulationSocket;25389 …ansform$Builder;->setIpv4Encapsulation(Landroid/net/IpSecManager$UdpEncapsulationSocket;I)Landroid…
27025 …method public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(int) thro…27026 …method public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket() throws …27046 public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable {27062 ….IpSecTransform.Builder setIpv4Encapsulation(android.net.IpSecManager.UdpEncapsulationSocket, int);