Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java451 Pair<Proposal, Proposal> proposalPair = in getVerifiedNegotiatedIkeProposalPair() local
453 IkeProposal reqProposal = (IkeProposal) proposalPair.first; in getVerifiedNegotiatedIkeProposalPair()
454 IkeProposal respProposal = (IkeProposal) proposalPair.second; in getVerifiedNegotiatedIkeProposalPair()
515 Pair<Proposal, Proposal> proposalPair = in getVerifiedNegotiatedChildProposalPair() local
517 ChildProposal reqProposal = (ChildProposal) proposalPair.first; in getVerifiedNegotiatedChildProposalPair()
518 ChildProposal respProposal = (ChildProposal) proposalPair.second; in getVerifiedNegotiatedChildProposalPair()