Searched refs:ENCAP_NONE (Results 1 – 5 of 5) sorted by relevance
68 public static final int ENCAP_NONE = 0; field in IpSecTransform87 @IntDef(value = {ENCAP_NONE, ENCAP_ESPINUDP, ENCAP_ESPINUDP_NON_IKE})
62 private int mEncapType = IpSecTransform.ENCAP_NONE;
49 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType()); in testDefaults()
1621 case IpSecTransform.ENCAP_NONE: in checkIpSecConfig()1733 if (encapType != IpSecTransform.ENCAP_NONE) { in createOrUpdateTransform()1798 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in createTransform()1998 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in applyTunnelModeTransform()
354 Landroid/net/IpSecTransform;->ENCAP_NONE:I