Searched refs:getEncapType (Results 1 – 5 of 5) sorted by relevance
44 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType()); in testDefaults()
1471 switch (config.getEncapType()) { in checkIpSecConfig()1486 throw new IllegalArgumentException("Invalid Encap Type: " + config.getEncapType()); in checkIpSecConfig()1532 if (config.getEncapType() != IpSecTransform.ENCAP_NONE && sourceFamily != AF_INET) { in checkIpSecConfig()1576 int encapType = c.getEncapType(), encapLocalPort = 0, encapRemotePort = 0; in createOrUpdateTransform()1644 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in createTransform()1760 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in applyTunnelModeTransform()
188 public int getEncapType() { in getEncapType() method in IpSecConfig
325 eq(config.getEncapType()), in verifyTransformNetdCalledForCreatingSA()
46790 Landroid/net/IpSecConfig;->getEncapType()I