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.java383 Pair<Proposal, Proposal> proposalPair = in getVerifiedNegotiatedIkeProposalPair() local
385 IkeProposal reqProposal = (IkeProposal) proposalPair.first; in getVerifiedNegotiatedIkeProposalPair()
386 IkeProposal respProposal = (IkeProposal) proposalPair.second; in getVerifiedNegotiatedIkeProposalPair()
447 Pair<Proposal, Proposal> proposalPair = in getVerifiedNegotiatedChildProposalPair() local
449 ChildProposal reqProposal = (ChildProposal) proposalPair.first; in getVerifiedNegotiatedChildProposalPair()
450 ChildProposal respProposal = (ChildProposal) proposalPair.second; in getVerifiedNegotiatedChildProposalPair()