Searched refs:setEncapType (Results 1 – 9 of 9) sorted by relevance
22 method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setEncapType(int);
81 c.setEncapType(android.system.OsConstants.UDP_ENCAP_ESPINUDP); in getSampleConfig()
350 mConfig.setEncapType(ENCAP_ESPINUDP); in setIpv4Encapsulation()
116 public void setEncapType(int encapType) { in setEncapType() method in IpSecConfig
414 .setEncapType(ESP_ENCAP_TYPE_NONE) in testBuildWithInValidIpProtocol_v4ESP()422 .setEncapType(ESP_ENCAP_TYPE_UDP) in testBuildWithInValidIpProtocol_v6UDP()
643 builder.setEncapType(in.getInt(ENCAP_TYPE_KEY)); in fromPersistableBundle()2120 public Builder setEncapType(@EspEncapType int encapType) { in setEncapType() method in IkeSessionParams.Builder
575 .setEncapType(ESP_ENCAP_TYPE_UDP) in testSetEncapType()
369 config.setEncapType(IpSecTransform.ENCAP_ESPINUDP); in addEncapSocketToIpSecConfig()
277 Landroid/net/IpSecConfig;->setEncapType(I)V