Searched refs:proposalBundle (Results 1 – 2 of 2) sorted by relevance
172 PersistableBundle proposalBundle = in.getPersistableBundle(SA_PROPOSALS_KEY); in getProposalsFromPersistableBundle() local173 Objects.requireNonNull(proposalBundle, "Value for key " + SA_PROPOSALS_KEY + " was null"); in getProposalsFromPersistableBundle()175 proposalBundle, ChildSaProposal::fromPersistableBundle); in getProposalsFromPersistableBundle()
324 PersistableBundle proposalBundle = in.getPersistableBundle(SA_PROPOSALS_KEY); in fromPersistableBundle() local327 PersistableBundleUtils.toList(proposalBundle, IkeSaProposal::fromPersistableBundle); in fromPersistableBundle()