Searched refs:getEncapType (Results 1 – 5 of 5) sorted by relevance
44 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType()); in testDefaults()
1486 switch (config.getEncapType()) { in checkIpSecConfig()1501 throw new IllegalArgumentException("Invalid Encap Type: " + config.getEncapType()); in checkIpSecConfig()1547 if (config.getEncapType() != IpSecTransform.ENCAP_NONE && sourceFamily != AF_INET) { in checkIpSecConfig()1591 int encapType = c.getEncapType(), encapLocalPort = 0, encapRemotePort = 0; in createOrUpdateTransform()1659 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in createTransform()1775 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in applyTunnelModeTransform()
189 public int getEncapType() { in getEncapType() method in IpSecConfig
328 eq(config.getEncapType()), in verifyTransformNetdCalledForCreatingSA()
43610 Landroid/net/IpSecConfig;->getEncapType()I