Home
last modified time | relevance | path

Searched refs:UdpEncapsulationSocket (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecManager.java549 public static final class UdpEncapsulationSocket implements AutoCloseable { class in IpSecManager
556 private UdpEncapsulationSocket(@NonNull IIpSecService service, int port) in UdpEncapsulationSocket() method in IpSecManager.UdpEncapsulationSocket
668 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()
DIpSecTransform.java415 @NonNull IpSecManager.UdpEncapsulationSocket localSocket, int remotePort) { in setIpv4Encapsulation()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java188 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocket()
237 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocketOnRandomPort()
/frameworks/base/config/
Dhiddenapi-public-dex.txt25363 Landroid/net/IpSecManager$UdpEncapsulationSocket;
25364 Landroid/net/IpSecManager$UdpEncapsulationSocket;->close()V
25365 Landroid/net/IpSecManager$UdpEncapsulationSocket;->finalize()V
25366 Landroid/net/IpSecManager$UdpEncapsulationSocket;->getFileDescriptor()Ljava/io/FileDescriptor;
25367 Landroid/net/IpSecManager$UdpEncapsulationSocket;->getPort()I
25368 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…
/frameworks/base/api/
Dcurrent.txt27025 …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);