Home
last modified time | relevance | path

Searched refs:fromPersistableBundle (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeIdentification.java106 public static IkeIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeIdentification
110 return IkeIpv4AddrIdentification.fromPersistableBundle(in); in fromPersistableBundle()
112 return IkeFqdnIdentification.fromPersistableBundle(in); in fromPersistableBundle()
114 return IkeRfc822AddrIdentification.fromPersistableBundle(in); in fromPersistableBundle()
116 return IkeIpv6AddrIdentification.fromPersistableBundle(in); in fromPersistableBundle()
118 return IkeDerAsn1DnIdentification.fromPersistableBundle(in); in fromPersistableBundle()
120 return IkeKeyIdIdentification.fromPersistableBundle(in); in fromPersistableBundle()
DIkeSessionParams.java593 public static IkeSessionParams fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeSessionParams
603 PersistableBundleUtils.toList(proposalBundle, IkeSaProposal::fromPersistableBundle); in fromPersistableBundle()
609 IkeIdentification.fromPersistableBundle(in.getPersistableBundle(LOCAL_ID_KEY))); in fromPersistableBundle()
611 IkeIdentification.fromPersistableBundle(in.getPersistableBundle(REMOTE_ID_KEY))); in fromPersistableBundle()
613 IkeAuthConfig.fromPersistableBundle(in.getPersistableBundle(LOCAL_AUTH_KEY)), in fromPersistableBundle()
614 IkeAuthConfig.fromPersistableBundle(in.getPersistableBundle(REMOTE_AUTH_KEY))); in fromPersistableBundle()
619 PersistableBundleUtils.toList(configBundle, ConfigAttribute::fromPersistableBundle); in fromPersistableBundle()
1084 public static IkeAuthConfig fromPersistableBundle(PersistableBundle in) { in fromPersistableBundle() method in IkeSessionParams.IkeAuthConfig
1090 return IkeAuthPskConfig.fromPersistableBundle(in); in fromPersistableBundle()
1094 return IkeAuthDigitalSignLocalConfig.fromPersistableBundle(in); in fromPersistableBundle()
[all …]
DChildSessionParams.java127 public static ChildSessionParams fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in ChildSessionParams
131 return TransportModeChildSessionParams.fromPersistableBundle(in); in fromPersistableBundle()
133 return TunnelModeChildSessionParams.fromPersistableBundle(in); in fromPersistableBundle()
175 proposalBundle, ChildSaProposal::fromPersistableBundle); in getProposalsFromPersistableBundle()
183 return PersistableBundleUtils.toList(tsBundle, IkeTrafficSelector::fromPersistableBundle); in getTsFromPersistableBundle()
DSaProposal.java281 public static SaProposal fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in SaProposal
287 return IkeSaProposal.fromPersistableBundle(in); in fromPersistableBundle()
289 return ChildSaProposal.fromPersistableBundle(in); in fromPersistableBundle()
DIkeSaProposal.java85 public static IkeSaProposal fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeSaProposal
94 encryptionBundle, EncryptionTransform::fromPersistableBundle); in fromPersistableBundle()
DChildSaProposal.java108 public static ChildSaProposal fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in ChildSaProposal
117 encryptionBundle, EncryptionTransform::fromPersistableBundle); in fromPersistableBundle()
DIkeRfc822AddrIdentification.java66 public static IkeRfc822AddrIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeRfc822AddrIdentification
DIkeKeyIdIdentification.java56 public static IkeKeyIdIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeKeyIdIdentification
DTunnelModeChildSessionParams.java85 public static TunnelModeChildSessionParams fromPersistableBundle( in fromPersistableBundle() method in TunnelModeChildSessionParams
109 configAttributeBundle, ConfigAttribute::fromPersistableBundle); in fromPersistableBundle()
DIkeFqdnIdentification.java71 public static IkeFqdnIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeFqdnIdentification
DIkeIpv6AddrIdentification.java68 public static IkeIpv6AddrIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeIpv6AddrIdentification
DIkeIpv4AddrIdentification.java67 public static IkeIpv4AddrIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeIpv4AddrIdentification
DIkeDerAsn1DnIdentification.java76 public static IkeDerAsn1DnIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeDerAsn1DnIdentification
DTransportModeChildSessionParams.java56 public static TransportModeChildSessionParams fromPersistableBundle( in fromPersistableBundle() method in TransportModeChildSessionParams
DIkeTrafficSelector.java235 public static IkeTrafficSelector fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeTrafficSelector
/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java86 public static EapSessionConfig fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in EapSessionConfig
102 EapMethodConfig::fromPersistableBundle); in fromPersistableBundle()
458 public static EapMethodConfig fromPersistableBundle(PersistableBundle in) { in fromPersistableBundle() method in EapSessionConfig.EapMethodConfig
464 return EapSimConfig.fromPersistableBundle(in); in fromPersistableBundle()
466 return EapAkaConfig.fromPersistableBundle(in); in fromPersistableBundle()
468 return EapAkaPrimeConfig.fromPersistableBundle(in); in fromPersistableBundle()
470 return EapMsChapV2Config.fromPersistableBundle(in); in fromPersistableBundle()
472 return EapTtlsConfig.fromPersistableBundle(in); in fromPersistableBundle()
629 public static EapSimConfig fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in EapSessionConfig.EapSimConfig
667 public static EapAkaConfig fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in EapSessionConfig.EapAkaConfig
[all …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
DProvisioningParams.java491 /* package */ static ProvisioningParams fromPersistableBundle(PersistableBundle bundle) { in fromPersistableBundle() method in ProvisioningParams
504 TAG_WIFI_INFO, WifiInfo::fromPersistableBundle)); in createBuilderFromPersistableBundle()
515 TAG_PACKAGE_DOWNLOAD_INFO, PackageDownloadInfo::fromPersistableBundle)); in createBuilderFromPersistableBundle()
517 EXTRA_PROVISIONING_DISCLAIMERS, DisclaimersParam::fromPersistableBundle)); in createBuilderFromPersistableBundle()
548 PackageDownloadInfo::fromPersistableBundle)); in createBuilderFromPersistableBundle()
DDisclaimersParam.java59 public static DisclaimersParam fromPersistableBundle(PersistableBundle bundle) { in fromPersistableBundle() method in DisclaimersParam
DPackageDownloadInfo.java108 /* package */ static PackageDownloadInfo fromPersistableBundle(PersistableBundle bundle) { in fromPersistableBundle() method in PackageDownloadInfo
DWifiInfo.java161 /* package */ static WifiInfo fromPersistableBundle(PersistableBundle bundle) { in fromPersistableBundle() method in WifiInfo
/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/
DEapSessionConfigTest.java63 EapMethodConfig resultConfig = EapMethodConfig.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
70 EapSessionConfig resultConfig = EapSessionConfig.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DChildSessionParamsTest.java93 ChildSessionParams result = ChildSessionParams.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
DIkeSessionParamsTest.java315 IkeSessionParams result = IkeSessionParams.fromPersistableBundle(bundle); in testIkeSessionParamsEncodeDecodeIsLossLess()
862 IkeAuthConfig result = IkeAuthConfig.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
1104 IkeSessionParams.fromPersistableBundle(paramsToBundle.toPersistableBundle()); in testBuildWithPacerableLivenessRetransmissionTimeouts()
DIkeTrafficSelectorTest.java181 IkeTrafficSelector resultTs = IkeTrafficSelector.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachineConfig.java308 return fromPersistableBundle(b); in fromInputStream()
315 private static VirtualMachineConfig fromPersistableBundle(PersistableBundle b) { in fromPersistableBundle() method in VirtualMachineConfig

12