/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/ |
H A D | EapSessionConfigUtils.java | 56 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 D | IkeSessionParamsUtils.java | 99 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 D | TunnelModeChildSessionParamsUtils.java | 132 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 D | SaProposalUtilsBase.java | 59 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 D | TunnelConnectionParamsUtils.java | 38 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 D | ChildSaProposalUtils.java | 40 public static PersistableBundle toPersistableBundle(ChildSaProposal proposal) { in toPersistableBundle() method in ChildSaProposalUtils 41 return SaProposalUtilsBase.toPersistableBundle(proposal); in toPersistableBundle()
|
H A D | IkeSaProposalUtils.java | 42 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 D | PersistableBundlable.java | 31 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 D | EapSessionConfig.java | 116 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 D | PersistableBundleUtilsTest.java | 58 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 D | IkeSessionParams.java | 378 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 D | ChildSessionParams.java | 143 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 D | IkeKeyIdIdentification.java | 71 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeKeyIdIdentification 72 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
H A D | IkeRfc822AddrIdentification.java | 78 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeRfc822AddrIdentification 79 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
H A D | IkeFqdnIdentification.java | 83 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeFqdnIdentification 84 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
H A D | IkeIpv4AddrIdentification.java | 80 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeIpv4AddrIdentification 81 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
H A D | IkeIpv6AddrIdentification.java | 81 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeIpv6AddrIdentification 82 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
H A D | IkeDerAsn1DnIdentification.java | 92 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeDerAsn1DnIdentification 93 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle()
|
H A D | TunnelModeChildSessionParams.java | 125 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in TunnelModeChildSessionParams 126 final PersistableBundle result = super.toPersistableBundle(); in toPersistableBundle() 131 TunnelModeChildConfigAttribute::toPersistableBundle); in toPersistableBundle()
|
H A D | IkeSaProposal.java | 127 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 D | PersistableBundleUtils.java | 61 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 D | VcnConfig.java | 127 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 D | SaProposalUtilsTest.java | 55 final PersistableBundle bundle = IkeSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal() 77 final PersistableBundle bundle = ChildSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
|
H A D | TunnelConnectionParamsUtilsTest.java | 51 TunnelConnectionParamsUtils.toPersistableBundle(params))); in testIkeTunnelConnectionParamsToFromPersistableBundle()
|
H A D | IkeTrafficSelectorUtilsTest.java | 50 final PersistableBundle bundle = IkeTrafficSelectorUtils.toPersistableBundle(ts); in verifyPersistableBundleEncodeDecodeIsLossless()
|