Searched refs:SA_PROPOSALS_KEY (Results 1 – 4 of 4) sorted by relevance
90 protected static final String SA_PROPOSALS_KEY = "mSaProposals"; field in ChildSessionParams151 result.putPersistableBundle(SA_PROPOSALS_KEY, saProposalBundle); in toPersistableBundle()172 PersistableBundle proposalBundle = in.getPersistableBundle(SA_PROPOSALS_KEY); in getProposalsFromPersistableBundle()173 Objects.requireNonNull(proposalBundle, "Value for key " + SA_PROPOSALS_KEY + " was null"); in getProposalsFromPersistableBundle()
196 private static final String SA_PROPOSALS_KEY = "mSaProposals"; field in IkeSessionParams324 PersistableBundle proposalBundle = in.getPersistableBundle(SA_PROPOSALS_KEY); in fromPersistableBundle()391 result.putPersistableBundle(SA_PROPOSALS_KEY, saProposalBundle); in toPersistableBundle()
61 private static final String SA_PROPOSALS_KEY = "SA_PROPOSALS_KEY"; field in TunnelModeChildSessionParamsUtils155 result.putPersistableBundle(SA_PROPOSALS_KEY, saProposalBundle); in toPersistableBundle()200 final PersistableBundle proposalBundle = in.getPersistableBundle(SA_PROPOSALS_KEY); in fromPersistableBundle()
62 private static final String SA_PROPOSALS_KEY = "SA_PROPOSALS_KEY"; field in IkeSessionParamsUtils100 result.putPersistableBundle(SA_PROPOSALS_KEY, saProposalBundle); in toPersistableBundle()152 PersistableBundle proposalBundle = in.getPersistableBundle(SA_PROPOSALS_KEY); in fromPersistableBundle()