Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java259 private IpSecManager.IpSecTunnelInterface createAndValidateVti(int resourceId, String intfName) in createAndValidateVti()
268 IpSecManager.IpSecTunnelInterface tunnelIntf = mIpSecManager.createIpSecTunnelInterface( in createAndValidateVti()
277 IpSecManager.IpSecTunnelInterface tunnelIntf = in testCreateVti()
288 IpSecManager.IpSecTunnelInterface tunnelIntf = in testAddRemoveAddressesFromVti()
/frameworks/base/core/java/android/net/
DIpSecManager.java723 public static final class IpSecTunnelInterface implements AutoCloseable { class in IpSecManager
782 private IpSecTunnelInterface(@NonNull Context ctx, @NonNull IIpSecService service, in IpSecTunnelInterface() method in IpSecManager.IpSecTunnelInterface
885 public IpSecTunnelInterface createIpSecTunnelInterface(@NonNull InetAddress localAddress, in createIpSecTunnelInterface()
889 return new IpSecTunnelInterface( in createIpSecTunnelInterface()
914 public void applyTunnelModeTransform(@NonNull IpSecTunnelInterface tunnel, in applyTunnelModeTransform()