Searched refs:getChildSaProposals (Results 1 – 6 of 6) sorted by relevance
56 .addSaProposal(getChildSaProposals()); in getChildSessionParams()99 private static ChildSaProposal getChildSaProposals() { in getChildSaProposals() method in IkeSessionTestUtils
223 return getChildSaProposals(); in getSaProposals()228 public List<ChildSaProposal> getChildSaProposals() { in getChildSaProposals() method in ChildSessionParams
618 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testAeadSaProposals()677 assertTrue(childTunnelParams.getChildSaProposals().size() > 1); in testMultipleSaProposals()680 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testMultipleSaProposals()685 assertEquals(0, childTunnelParams.getChildSaProposals().get(0).getDhGroups().size()); in testMultipleSaProposals()751 assertTrue(childTunnelParams.getChildSaProposals().size() > 1); in testSaProposalsReorder()754 childTunnelParams.getChildSaProposals().get(0).getEncryptionAlgorithms(); in testSaProposalsReorder()762 childTunnelParams.getChildSaProposals().get(1).getEncryptionAlgorithms(); in testSaProposalsReorder()786 assertTrue(childTunnelParams.getChildSaProposals().size() > 0); in testAddDHGroupForKePayloadInChildSaParamsForRekey()788 assertTrue(childTunnelParams.getChildSaProposals().get(0).getDhGroups().size() != 0); in testAddDHGroupForKePayloadInChildSaParamsForRekey()
2338 mChildSessionStateMachine.mChildSessionParams.getChildSaProposals()) { in testRemoteRekeyWithIkeNegotiatedKePayload()2366 mChildSessionStateMachine.mChildSessionParams.getChildSaProposals()) { in testRemoteRekeyWithInvalidKePayload()
120 …method @NonNull public java.util.List<android.net.ipsec.ike.ChildSaProposal> getChildSaProposals();
1854 mChildSessionParams.getChildSaProposals(), in handleCreateChildRequest()