Home
last modified time | relevance | path

Searched refs:IpSecTunnelInterface (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java261 private IpSecManager.IpSecTunnelInterface createAndValidateVti(int resourceId, String intfName) in createAndValidateVti()
270 IpSecManager.IpSecTunnelInterface tunnelIntf = mIpSecManager.createIpSecTunnelInterface( in createAndValidateVti()
279 IpSecManager.IpSecTunnelInterface tunnelIntf = in testCreateVti()
290 IpSecManager.IpSecTunnelInterface tunnelIntf = in testAddRemoveAddressesFromVti()
/frameworks/base/core/java/android/net/
DIpSecManager.java720 public static final class IpSecTunnelInterface implements AutoCloseable { class in IpSecManager
783 private IpSecTunnelInterface(@NonNull Context ctx, @NonNull IIpSecService service, in IpSecTunnelInterface() method in IpSecManager.IpSecTunnelInterface
889 public IpSecTunnelInterface createIpSecTunnelInterface(@NonNull InetAddress localAddress, in createIpSecTunnelInterface()
893 return new IpSecTunnelInterface( in createIpSecTunnelInterface()
920 public void applyTunnelModeTransform(@NonNull IpSecTunnelInterface tunnel, in applyTunnelModeTransform()
/frameworks/base/non-updatable-api/
Dsystem-lint-baseline.txt14 GenericException: android.net.IpSecManager.IpSecTunnelInterface#finalize():
Dsystem-current.txt4433 …c void applyTunnelModeTransform(@NonNull android.net.IpSecManager.IpSecTunnelInterface, int, @NonN…
4434 ….permission.MANAGE_IPSEC_TUNNELS) public android.net.IpSecManager.IpSecTunnelInterface createIpSec…
4437 public static final class IpSecManager.IpSecTunnelInterface implements java.lang.AutoCloseable {
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java55 import android.net.IpSecManager.IpSecTunnelInterface;
2217 @Nullable private IpSecTunnelInterface mTunnelIface;
/frameworks/base/api/
Dsystem-lint-baseline.txt20 GenericException: android.net.IpSecManager.IpSecTunnelInterface#finalize():
Dsystem-current.txt4433 …c void applyTunnelModeTransform(@NonNull android.net.IpSecManager.IpSecTunnelInterface, int, @NonN…
4434 ….permission.MANAGE_IPSEC_TUNNELS) public android.net.IpSecManager.IpSecTunnelInterface createIpSec…
4437 public static final class IpSecManager.IpSecTunnelInterface implements java.lang.AutoCloseable {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43648 Landroid/net/IpSecManager$IpSecTunnelInterface;-><init>(Landroid/content/Context;Landroid/net/IIpSe…
43649 Landroid/net/IpSecManager$IpSecTunnelInterface;->addAddress(Ljava/net/InetAddress;I)V
43650 Landroid/net/IpSecManager$IpSecTunnelInterface;->getInterfaceName()Ljava/lang/String;
43651 Landroid/net/IpSecManager$IpSecTunnelInterface;->getResourceId()I
43652 Landroid/net/IpSecManager$IpSecTunnelInterface;->mCloseGuard:Ldalvik/system/CloseGuard;
43653 Landroid/net/IpSecManager$IpSecTunnelInterface;->mInterfaceName:Ljava/lang/String;
43654 Landroid/net/IpSecManager$IpSecTunnelInterface;->mLocalAddress:Ljava/net/InetAddress;
43655 Landroid/net/IpSecManager$IpSecTunnelInterface;->mOpPackageName:Ljava/lang/String;
43656 Landroid/net/IpSecManager$IpSecTunnelInterface;->mRemoteAddress:Ljava/net/InetAddress;
43657 Landroid/net/IpSecManager$IpSecTunnelInterface;->mResourceId:I
[all …]