Home
last modified time | relevance | path

Searched refs:toPersistableBundle (Results 1 – 25 of 55) sorted by relevance

123

/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java56 public static PersistableBundle toPersistableBundle(@NonNull EapSessionConfig config) { in toPersistableBundle() method in EapSessionConfigUtils
65 EapSimConfigUtils.toPersistableBundle(config.getEapSimConfig())); in toPersistableBundle()
71 EapTtlsConfigUtils.toPersistableBundle(config.getEapTtlsConfig())); in toPersistableBundle()
77 EapAkaConfigUtils.toPersistableBundle(config.getEapAkaConfig())); in toPersistableBundle()
83 EapMsChapV2ConfigUtils.toPersistableBundle(config.getEapMsChapV2Config())); in toPersistableBundle()
162 public static PersistableBundle toPersistableBundle(EapSimConfig config) { in toPersistableBundle() method in EapSessionConfigUtils.EapSimConfigUtils
163 return EapUiccConfigUtils.toPersistableBundle(config); in toPersistableBundle()
175 public static PersistableBundle toPersistableBundle(@NonNull EapAkaConfig config) { in toPersistableBundle() method in EapSessionConfigUtils.EapAkaConfigUtils
176 return EapUiccConfigUtils.toPersistableBundle(config); in toPersistableBundle()
192 final PersistableBundle result = EapUiccConfigUtils.toPersistableBundle(config); in toPersistableBundle()
[all …]
H A DIkeSessionParamsUtils.java99 params.getSaProposals(), IkeSaProposalUtils::toPersistableBundle); in toPersistableBundle()
229 return IkeAuthPskConfigUtils.toPersistableBundle( in toPersistableBundle()
233 return IkeAuthDigitalSignConfigUtils.toPersistableBundle( in toPersistableBundle()
237 return IkeAuthDigitalSignConfigUtils.toPersistableBundle( in toPersistableBundle()
241 return IkeAuthEapConfigUtils.toPersistableBundle( in toPersistableBundle()
303 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthPskConfigUtils
339 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthDigitalSignConfigUtils
369 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthDigitalSignConfigUtils
434 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthEapConfigUtils
438 EapSessionConfigUtils.toPersistableBundle(config.getEapConfig())); in toPersistableBundle()
[all …]
H A DTunnelModeChildSessionParamsUtils.java132 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in TunnelModeChildSessionParamsUtils.ConfigRequest
148 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in TunnelModeChildSessionParamsUtils
154 params.getSaProposals(), ChildSaProposalUtils::toPersistableBundle); in toPersistableBundle()
160 IkeTrafficSelectorUtils::toPersistableBundle); in toPersistableBundle()
166 IkeTrafficSelectorUtils::toPersistableBundle); in toPersistableBundle()
177 PersistableBundleUtils.fromList(reqList, ConfigRequest::toPersistableBundle); in toPersistableBundle()
H A DSaProposalUtilsBase.java59 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in SaProposalUtilsBase.EncryptionAlgoKeyLenPair
75 static PersistableBundle toPersistableBundle(SaProposal proposal) { in toPersistableBundle() method in SaProposalUtilsBase
84 encryptAlgoKeyLenPairs, EncryptionAlgoKeyLenPair::toPersistableBundle); in toPersistableBundle()
H A DTunnelConnectionParamsUtils.java38 public static PersistableBundle toPersistableBundle(@NonNull IkeTunnelConnectionParams params) { in toPersistableBundle() method in TunnelConnectionParamsUtils
80 IkeSessionParamsUtils.toPersistableBundle(ikeParams.getIkeSessionParams())); in serializeIkeParams()
83 TunnelModeChildSessionParamsUtils.toPersistableBundle( in serializeIkeParams()
H A DChildSaProposalUtils.java40 public static PersistableBundle toPersistableBundle(ChildSaProposal proposal) { in toPersistableBundle() method in ChildSaProposalUtils
41 return SaProposalUtilsBase.toPersistableBundle(proposal); in toPersistableBundle()
H A DIkeSaProposalUtils.java42 public static PersistableBundle toPersistableBundle(IkeSaProposal proposal) { in toPersistableBundle() method in IkeSaProposalUtils
43 final PersistableBundle result = SaProposalUtilsBase.toPersistableBundle(proposal); in toPersistableBundle()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DPersistableBundlable.java31 public abstract @NonNull PersistableBundle toPersistableBundle(); in toPersistableBundle() method in PersistableBundlable
45 List<String> keys = new ArrayList(toPersistableBundle().keySet()); in hashCode()
57 dest.writeParcelable(toPersistableBundle(), flags); in writeToParcel()
70 return isPersistableBundleEquals(pb1.toPersistableBundle(), pb2.toPersistableBundle()); in isPersistableBundlableEquals()
/aosp12/packages/modules/IPsec/src/java/android/net/eap/
H A DEapSessionConfig.java116 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig
124 EapMethodConfig::toPersistableBundle); in toPersistableBundle()
468 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapMethodConfig
546 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapUiccConfig
547 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
693 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapAkaPrimeConfig
694 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
780 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapMsChapV2Config
781 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
888 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in EapSessionConfig.EapTtlsConfig
[all …]
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
H A DPersistableBundleUtilsTest.java58 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in PersistableBundleUtilsTest.TestKey
113 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in PersistableBundleUtilsTest.TestClass
165 PersistableBundleUtils.fromList(sourceList, TestClass::toPersistableBundle); in testListConversionLossless()
187 sourceMap, TestKey::toPersistableBundle, TestClass::toPersistableBundle); in testMapConversionLossless()
208 PersistableBundleUtils.INTEGER_SERIALIZER.toPersistableBundle(testInt); in testIntegerConversionLossless()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeSessionParams.java378 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams
390 Arrays.asList(mSaProposals), IkeSaProposal::toPersistableBundle); in toPersistableBundle()
758 protected PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams.IkeAuthConfig
821 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams.IkeAuthPskConfig
822 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
908 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams.IkeAuthDigitalSignRemoteConfig
909 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
1030 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams.IkeAuthDigitalSignLocalConfig
1031 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
1138 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParams.IkeAuthEapConfig
[all …]
H A DChildSessionParams.java143 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in ChildSessionParams
150 Arrays.asList(mSaProposals), ChildSaProposal::toPersistableBundle); in toPersistableBundle()
156 IkeTrafficSelector::toPersistableBundle); in toPersistableBundle()
162 IkeTrafficSelector::toPersistableBundle); in toPersistableBundle()
H A DIkeKeyIdIdentification.java71 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeKeyIdIdentification
72 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
H A DIkeRfc822AddrIdentification.java78 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeRfc822AddrIdentification
79 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
H A DIkeFqdnIdentification.java83 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeFqdnIdentification
84 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
H A DIkeIpv4AddrIdentification.java80 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeIpv4AddrIdentification
81 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
H A DIkeIpv6AddrIdentification.java81 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeIpv6AddrIdentification
82 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
H A DIkeDerAsn1DnIdentification.java92 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeDerAsn1DnIdentification
93 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
H A DTunnelModeChildSessionParams.java125 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in TunnelModeChildSessionParams
126 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
131 TunnelModeChildConfigAttribute::toPersistableBundle); in toPersistableBundle()
H A DIkeSaProposal.java127 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSaProposal
128 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DPersistableBundleUtils.java61 PersistableBundle toPersistableBundle(T obj); in toPersistableBundle() method
140 result.putPersistableBundle(key, serializer.toPersistableBundle(in.get(i))); in fromList()
231 result.putPersistableBundle(keyKey, keySerializer.toPersistableBundle(entry.getKey())); in fromMap()
233 valueKey, valueSerializer.toPersistableBundle(entry.getValue())); in fromMap()
/aosp12/frameworks/base/core/java/android/net/vcn/
H A DVcnConfig.java127 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnConfig
135 VcnGatewayConnectionConfig::toPersistableBundle); in toPersistableBundle()
168 out.writeParcelable(toPersistableBundle(), flags); in writeToParcel()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DSaProposalUtilsTest.java55 final PersistableBundle bundle = IkeSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal()
77 final PersistableBundle bundle = ChildSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
H A DTunnelConnectionParamsUtilsTest.java51 TunnelConnectionParamsUtils.toPersistableBundle(params))); in testIkeTunnelConnectionParamsToFromPersistableBundle()
H A DIkeTrafficSelectorUtilsTest.java50 final PersistableBundle bundle = IkeTrafficSelectorUtils.toPersistableBundle(ts); in verifyPersistableBundleEncodeDecodeIsLossless()

123