Home
last modified time | relevance | path

Searched defs:toPersistableBundle (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/persistablebundleutils/
DEapSessionConfigUtils.java56 public static PersistableBundle toPersistableBundle(@NonNull EapSessionConfig config) { in toPersistableBundle() method in EapSessionConfigUtils
139 public static PersistableBundle toPersistableBundle(@NonNull EapMethodConfig config) { in toPersistableBundle() method in EapSessionConfigUtils.EapMethodConfigUtils
151 protected static PersistableBundle toPersistableBundle(@NonNull EapUiccConfig config) { in toPersistableBundle() method in EapSessionConfigUtils.EapUiccConfigUtils
162 public static PersistableBundle toPersistableBundle(EapSimConfig config) { in toPersistableBundle() method in EapSessionConfigUtils.EapSimConfigUtils
175 public static PersistableBundle toPersistableBundle(@NonNull EapAkaConfig config) { in toPersistableBundle() method in EapSessionConfigUtils.EapAkaConfigUtils
191 public static PersistableBundle toPersistableBundle(@NonNull EapAkaPrimeConfig config) { in toPersistableBundle() method in EapSessionConfigUtils.EapAkaPrimeConfigUtils
215 public static PersistableBundle toPersistableBundle(@NonNull EapMsChapV2Config config) { in toPersistableBundle() method in EapSessionConfigUtils.EapMsChapV2ConfigUtils
235 public static PersistableBundle toPersistableBundle(@NonNull EapTtlsConfig config) { in toPersistableBundle() method in EapSessionConfigUtils.EapTtlsConfigUtils
DIkeSessionParamsUtils.java121 public static PersistableBundle toPersistableBundle(@NonNull IkeSessionParams params) { in toPersistableBundle() method in IkeSessionParamsUtils
278 public static PersistableBundle toPersistableBundle(@NonNull IkeAuthConfig authConfig) { in toPersistableBundle() method in IkeSessionParamsUtils.AuthConfigUtils
355 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthPskConfigUtils
391 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthDigitalSignConfigUtils
421 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthDigitalSignConfigUtils
486 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthEapConfigUtils
557 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParamsUtils.ConfigRequest
DSaProposalUtilsBase.java58 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in SaProposalUtilsBase.EncryptionAlgoKeyLenPair
74 static PersistableBundle toPersistableBundle(SaProposal proposal) { in toPersistableBundle() method in SaProposalUtilsBase
DTunnelModeChildSessionParamsUtils.java132 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in TunnelModeChildSessionParamsUtils.ConfigRequest
148 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in TunnelModeChildSessionParamsUtils
DChildSaProposalUtils.java40 public static PersistableBundle toPersistableBundle(ChildSaProposal proposal) { in toPersistableBundle() method in ChildSaProposalUtils
DIkeSaProposalUtils.java42 public static PersistableBundle toPersistableBundle(IkeSaProposal proposal) { in toPersistableBundle() method in IkeSaProposalUtils
DIkeTrafficSelectorUtils.java64 public static PersistableBundle toPersistableBundle(@NonNull IkeTrafficSelector ts) { in toPersistableBundle() method in IkeTrafficSelectorUtils
DTunnelConnectionParamsUtils.java38 public static PersistableBundle toPersistableBundle(@NonNull IkeTunnelConnectionParams params) { in toPersistableBundle() method in TunnelConnectionParamsUtils
DIkeIdentificationUtils.java66 public static PersistableBundle toPersistableBundle(@NonNull IkeIdentification ikeId) { in toPersistableBundle() method in IkeIdentificationUtils
/frameworks/base/tests/vcn/java/android/net/vcn/util/
DPersistableBundleUtilsTest.java60 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in PersistableBundleUtilsTest.TestKey
115 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in PersistableBundleUtilsTest.TestClass
/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/
DVcnWifiUnderlyingNetworkTemplate.java123 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnWifiUnderlyingNetworkTemplate
DVcnConfig.java209 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnConfig
DVcnUnderlyingNetworkTemplate.java181 PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnUnderlyingNetworkTemplate
DVcnGatewayConnectionConfig.java538 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnGatewayConnectionConfig
DVcnCellUnderlyingNetworkTemplate.java233 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnCellUnderlyingNetworkTemplate
/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/util/
DPersistableBundleUtils.java66 PersistableBundle toPersistableBundle(T obj); in toPersistableBundle() method