Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
DSaProposalUtilsTest.java77 final PersistableBundle bundle = ChildSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
78 final SaProposal resultProposal = ChildSaProposalUtils.fromPersistableBundle(bundle); in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DChildSaProposalUtils.java37 public final class ChildSaProposalUtils extends SaProposalUtilsBase { class
DTunnelModeChildSessionParamsUtils.java154 params.getSaProposals(), ChildSaProposalUtils::toPersistableBundle); in toPersistableBundle()
204 proposalBundle, ChildSaProposalUtils::fromPersistableBundle); in fromPersistableBundle()