Searched refs:mEncapType (Results 1 – 4 of 4) sorted by relevance
62 private int mEncapType = IpSecTransform.ENCAP_NONE; field in IpSecConfig117 mEncapType = encapType; in setEncapType()190 return mEncapType; in getEncapType()234 out.writeInt(mEncapType); in writeToParcel()257 mEncapType = c.mEncapType; in IpSecConfig()278 mEncapType = in.readInt(); in IpSecConfig()300 .append(mEncapType) in toString()346 && mEncapType == rhs.mEncapType in equals()
514 @EspEncapType private final int mEncapType; field in IkeSessionParams569 mEncapType = espEncapType; in IkeSessionParams()694 result.putInt(ENCAP_TYPE_KEY, mEncapType); in toPersistableBundle()849 return mEncapType; in getEncapType()987 mEncapType); in hashCode()1018 && mEncapType == other.mEncapType; in equals()1569 @EspEncapType private int mEncapType = ESP_ENCAP_TYPE_AUTO; field in IkeSessionParams.Builder1644 mEncapType = ikeSessionParams.getEncapType(); in Builder()2126 mEncapType = encapType; in setEncapType()2346 if ((mIpVersion == ESP_IP_VERSION_IPV4 && mEncapType == ESP_ENCAP_TYPE_NONE) in build()[all …]
180 @IkeSessionParams.EspEncapType private int mEncapType; field in IkeConnectionController215 mEncapType = config.ikeParams.getEncapType(); in IkeConnectionController()690 mEncapType = encapType; in onNetworkSetByUser()1073 if (mEncapType == ESP_ENCAP_TYPE_NONE) { in adjustIpVersionPreference()1075 } else if (mEncapType == ESP_ENCAP_TYPE_UDP) { in adjustIpVersionPreference()1327 prefix + "Esp encap type: " + IkeSessionParams.ENCAP_TYPE_TO_STR.get(mEncapType)); in dump()
263 Landroid/net/IpSecConfig;->mEncapType:I