Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecManager.java545 public static final class UdpEncapsulationSocket implements AutoCloseable { class in IpSecManager
552 private UdpEncapsulationSocket(@NonNull IIpSecService service, int port) in UdpEncapsulationSocket() method in IpSecManager.UdpEncapsulationSocket
664 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port) in openUdpEncapsulationSocket()
674 return new UdpEncapsulationSocket(mService, port); in openUdpEncapsulationSocket()
698 public UdpEncapsulationSocket openUdpEncapsulationSocket() in openUdpEncapsulationSocket()
701 return new UdpEncapsulationSocket(mService, 0); in openUdpEncapsulationSocket()
DIpSecTransform.java416 @NonNull IpSecManager.UdpEncapsulationSocket localSocket, int remotePort) { in setIpv4Encapsulation()
DConnectivityManager.java34 import android.net.IpSecManager.UdpEncapsulationSocket;
1901 @NonNull UdpEncapsulationSocket socket, in createSocketKeepalive()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java190 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocket()
239 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocketOnRandomPort()
/frameworks/base/api/
Dsystem-lint-baseline.txt269 …ateSocketKeepalive(android.net.Network, android.net.IpSecManager.UdpEncapsulationSocket, java.net.…
Dcurrent.txt28761 …(@NonNull android.net.Network, @NonNull android.net.IpSecManager.UdpEncapsulationSocket, @NonNull …
28966 …method @NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(…
28967 …method @NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(…
28987 public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable {
29003 …nsform.Builder setIpv4Encapsulation(@NonNull android.net.IpSecManager.UdpEncapsulationSocket, int);
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java163 import android.net.IpSecManager.UdpEncapsulationSocket;
4178 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor()
4307 final UdpEncapsulationSocket testSocket2 = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor()
4431 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesFdWithExecutor()
/frameworks/base/non-updatable-api/
Dcurrent.txt28631 …(@NonNull android.net.Network, @NonNull android.net.IpSecManager.UdpEncapsulationSocket, @NonNull …
28836 …method @NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(…
28837 …method @NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(…
28857 public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable {
28873 …nsform.Builder setIpv4Encapsulation(@NonNull android.net.IpSecManager.UdpEncapsulationSocket, int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43674 Landroid/net/IpSecManager$UdpEncapsulationSocket;-><init>(Landroid/net/IIpSecService;I)V
43675 Landroid/net/IpSecManager$UdpEncapsulationSocket;->getResourceId()I
43676 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mCloseGuard:Ldalvik/system/CloseGuard;
43677 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mPfd:Landroid/os/ParcelFileDescriptor;
43678 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mPort:I
43679 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mResourceId:I
43680 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mService:Landroid/net/IIpSecService;