Home
last modified time | relevance | path

Searched refs:ENCAP_NONE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecTransform.java64 public static final int ENCAP_NONE = 0; field in IpSecTransform
83 @IntDef(value = {ENCAP_NONE, ENCAP_ESPINUDP, ENCAP_ESPINUDP_NON_IKE})
DIpSecConfig.java61 private int mEncapType = IpSecTransform.ENCAP_NONE;
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java43 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType()); in testDefaults()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1428 case IpSecTransform.ENCAP_NONE: in checkIpSecConfig()
1505 if (encapType != IpSecTransform.ENCAP_NONE) { in createOrUpdateTransform()
1571 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in createTransform()
1685 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in applyTunnelModeTransform()