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

/frameworks/base/tests/net/java/android/net/
H A DIpSecManagerTest.java259 private IpSecManager.IpSecTunnelInterface createAndValidateVti(int resourceId, String intfName)
268 IpSecManager.IpSecTunnelInterface tunnelIntf = mIpSecManager.createIpSecTunnelInterface(
277 IpSecManager.IpSecTunnelInterface tunnelIntf =
288 IpSecManager.IpSecTunnelInterface tunnelIntf =
/frameworks/base/core/java/android/net/
H A DIpSecManager.java712 * This class represents an IpSecTunnelInterface
714 * <p>IpSecTunnelInterface objects track tunnel interfaces that serve as
717 * <p>Creating an IpSecTunnelInterface creates a device to which IpSecTransforms may be
723 public static final class IpSecTunnelInterface implements AutoCloseable { class in class:IpSecManager
740 * Add an address to the IpSecTunnelInterface
762 * Remove an address from the IpSecTunnelInterface
764 * <p>Remove an address which was previously added to the IpSecTunnelInterface
782 private IpSecTunnelInterface(@NonNull Context ctx, @NonNull IIpSecService service, method in class:IpSecManager.IpSecTunnelInterface
819 * Delete an IpSecTunnelInterface
821 * <p>Calling close will deallocate the IpSecTunnelInterface an
[all...]

Completed in 32 milliseconds