Searched refs:ENCAP_NONE (Results 1 – 4 of 4) sorted by relevance
64 public static final int ENCAP_NONE = 0; field in IpSecTransform83 @IntDef(value = {ENCAP_NONE, ENCAP_ESPINUDP, ENCAP_ESPINUDP_NON_IKE})
61 private int mEncapType = IpSecTransform.ENCAP_NONE;
43 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType()); in testDefaults()
1428 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()