Home
last modified time | relevance | path

Searched refs:proposal (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
DSaProposalUtilsTest.java53 final IkeSaProposal proposal = buildTestIkeSaProposal(); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal() local
55 final PersistableBundle bundle = IkeSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
58 assertEquals(proposal, resultProposal); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
75 final ChildSaProposal proposal = buildTestChildSaProposal(); in testPersistableBundleEncodeDecodeIsLosslessChildProposal() local
77 final PersistableBundle bundle = ChildSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
80 assertEquals(proposal, resultProposal); in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DSaProposalUtilsBase.java75 static PersistableBundle toPersistableBundle(SaProposal proposal) { in toPersistableBundle() argument
79 for (Pair<Integer, Integer> pair : proposal.getEncryptionAlgorithms()) { in toPersistableBundle()
88 proposal.getIntegrityAlgorithms().stream().mapToInt(i -> i).toArray(); in toPersistableBundle()
91 final int[] dhGroupArray = proposal.getDhGroups().stream().mapToInt(i -> i).toArray(); in toPersistableBundle()
DIkeSaProposalUtils.java42 public static PersistableBundle toPersistableBundle(IkeSaProposal proposal) { in toPersistableBundle() argument
43 final PersistableBundle result = SaProposalUtilsBase.toPersistableBundle(proposal); in toPersistableBundle()
46 proposal.getPseudorandomFunctions().stream().mapToInt(i -> i).toArray(); in toPersistableBundle()
DChildSaProposalUtils.java40 public static PersistableBundle toPersistableBundle(ChildSaProposal proposal) { in toPersistableBundle() argument
41 return SaProposalUtilsBase.toPersistableBundle(proposal); in toPersistableBundle()
DIkeSessionParamsUtils.java203 for (IkeSaProposal proposal : saProposals) { in fromPersistableBundle()
204 builder.addSaProposal(proposal); in fromPersistableBundle()
/frameworks/base/services/core/java/com/android/server/vcn/util/
DMtuUtils.java134 for (ChildSaProposal proposal : childProposals) { in getMtu()
135 for (Pair<Integer, Integer> encryptionAlgoPair : proposal.getEncryptionAlgorithms()) { in getMtu()
151 for (int algo : proposal.getIntegrityAlgorithms()) { in getMtu()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java259 ChildSaProposal proposal = normalModeBuilder.build(); in getChildSaProposals() local
260 if (proposal.getIntegrityAlgorithms().isEmpty()) { in getChildSaProposals()
/frameworks/base/tools/orientationplot/
DREADME.txt79 so there will be no orientation proposal either.
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java2712 for (ChildSaProposal proposal : baseParams.getChildSaProposals()) { in buildOpportunisticChildParams()
2713 builder.addChildSaProposal(proposal); in buildOpportunisticChildParams()
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig45 …: "Prototype of notification minimalism; the new 'Intermediate' lockscreen customization proposal."
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...