Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A 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
H A DIkeSessionParamsUtils.java121 public static PersistableBundle toPersistableBundle(@NonNull IkeSessionParams params) { in toPersistableBundle() method in IkeSessionParamsUtils
269 public static PersistableBundle toPersistableBundle(@NonNull IkeAuthConfig authConfig) { in toPersistableBundle() method in IkeSessionParamsUtils.AuthConfigUtils
346 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthPskConfigUtils
382 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthDigitalSignConfigUtils
412 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthDigitalSignConfigUtils
477 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in IkeSessionParamsUtils.IkeAuthEapConfigUtils
548 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in IkeSessionParamsUtils.ConfigRequest
H A DSaProposalUtilsBase.java59 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in SaProposalUtilsBase.EncryptionAlgoKeyLenPair
75 static PersistableBundle toPersistableBundle(SaProposal proposal) { in toPersistableBundle() method in SaProposalUtilsBase
H A DChildSaProposalUtils.java40 public static PersistableBundle toPersistableBundle(ChildSaProposal proposal) { in toPersistableBundle() method in ChildSaProposalUtils
H A DTunnelModeChildSessionParamsUtils.java132 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in TunnelModeChildSessionParamsUtils.ConfigRequest
148 public static PersistableBundle toPersistableBundle( in toPersistableBundle() method in TunnelModeChildSessionParamsUtils
H A DIkeSaProposalUtils.java42 public static PersistableBundle toPersistableBundle(IkeSaProposal proposal) { in toPersistableBundle() method in IkeSaProposalUtils
H A DIkeTrafficSelectorUtils.java64 public static PersistableBundle toPersistableBundle(@NonNull IkeTrafficSelector ts) { in toPersistableBundle() method in IkeTrafficSelectorUtils
H A DTunnelConnectionParamsUtils.java38 public static PersistableBundle toPersistableBundle(@NonNull IkeTunnelConnectionParams params) { in toPersistableBundle() method in TunnelConnectionParamsUtils
H A DIkeIdentificationUtils.java66 public static PersistableBundle toPersistableBundle(@NonNull IkeIdentification ikeId) { in toPersistableBundle() method in IkeIdentificationUtils
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
H A DPersistableBundleUtilsTest.java60 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in PersistableBundleUtilsTest.TestKey
115 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in PersistableBundleUtilsTest.TestClass
/aosp14/frameworks/base/core/java/android/net/vcn/
H A DVcnWifiUnderlyingNetworkTemplate.java123 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnWifiUnderlyingNetworkTemplate
H A DVcnConfig.java209 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnConfig
H A DVcnUnderlyingNetworkTemplate.java181 PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnUnderlyingNetworkTemplate
H A DVcnGatewayConnectionConfig.java505 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnGatewayConnectionConfig
H A DVcnCellUnderlyingNetworkTemplate.java233 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnCellUnderlyingNetworkTemplate
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/
H A DPersistableBundleUtils.java66 PersistableBundle toPersistableBundle(T obj); in toPersistableBundle() method