Home
last modified time | relevance | path

Searched refs:IkeSaProposalUtils (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
DSaProposalUtilsTest.java55 final PersistableBundle bundle = IkeSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
56 final SaProposal resultProposal = IkeSaProposalUtils.fromPersistableBundle(bundle); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DIkeSaProposalUtils.java37 public final class IkeSaProposalUtils extends SaProposalUtilsBase { class
DIkeSessionParamsUtils.java134 params.getSaProposals(), IkeSaProposalUtils::toPersistableBundle); in toPersistableBundle()
202 proposalBundle, IkeSaProposalUtils::fromPersistableBundle); in fromPersistableBundle()