Searched refs:encapType (Results 1 – 1 of 1) sorted by relevance
468 public final int encapType; field in Vpn.CarrierConfigInfo472 int encapType, in CarrierConfigInfo() argument476 this.encapType = encapType; in CarrierConfigInfo()3588 final int encapType = (carrierconfig != null) in guessEspEncapTypeForNetwork() local3589 ? carrierconfig.encapType : ESP_ENCAP_TYPE_AUTO; in guessEspEncapTypeForNetwork()3594 return encapType; in guessEspEncapTypeForNetwork()3667 final int encapType; in buildCarrierConfigInfo() local3747 final int encapType; in maybeMigrateIkeSession() local3750 encapType = guessEspEncapTypeForNetwork(); in maybeMigrateIkeSession()3754 encapType = mProfile.getIkeTunnelConnectionParams() in maybeMigrateIkeSession()[all …]