Searched refs:IkeSessionParamsUtils (Results 1 – 3 of 3) sorted by relevance
20 import static android.net.vcn.persistablebundleutils.IkeSessionParamsUtils.IKE_OPTION_AUTOMATIC_ADD…21 import static android.net.vcn.persistablebundleutils.IkeSessionParamsUtils.IKE_OPTION_AUTOMATIC_NAT…74 final PersistableBundle bundle = IkeSessionParamsUtils.toPersistableBundle(params); in verifyPersistableBundleEncodeDecodeIsLossless()75 final IkeSessionParams result = IkeSessionParamsUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
80 IkeSessionParamsUtils.toPersistableBundle(ikeParams.getIkeSessionParams())); in serializeIkeParams()97 IkeSessionParamsUtils.fromPersistableBundle(ikeBundle); in deserializeIkeParams()
61 public final class IkeSessionParamsUtils { class62 private static final String TAG = IkeSessionParamsUtils.class.getSimpleName();