/aosp14/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 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 D | IkeSessionParamsUtils.java | 121 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 D | SaProposalUtilsBase.java | 59 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in SaProposalUtilsBase.EncryptionAlgoKeyLenPair 75 static PersistableBundle toPersistableBundle(SaProposal proposal) { in toPersistableBundle() method in SaProposalUtilsBase
|
H A D | ChildSaProposalUtils.java | 40 public static PersistableBundle toPersistableBundle(ChildSaProposal proposal) { in toPersistableBundle() method in ChildSaProposalUtils
|
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
|
H A D | IkeSaProposalUtils.java | 42 public static PersistableBundle toPersistableBundle(IkeSaProposal proposal) { in toPersistableBundle() method in IkeSaProposalUtils
|
H A D | IkeTrafficSelectorUtils.java | 64 public static PersistableBundle toPersistableBundle(@NonNull IkeTrafficSelector ts) { in toPersistableBundle() method in IkeTrafficSelectorUtils
|
H A D | TunnelConnectionParamsUtils.java | 38 public static PersistableBundle toPersistableBundle(@NonNull IkeTunnelConnectionParams params) { in toPersistableBundle() method in TunnelConnectionParamsUtils
|
H A D | IkeIdentificationUtils.java | 66 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 D | PersistableBundleUtilsTest.java | 60 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 D | VcnWifiUnderlyingNetworkTemplate.java | 123 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnWifiUnderlyingNetworkTemplate
|
H A D | VcnConfig.java | 209 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnConfig
|
H A D | VcnUnderlyingNetworkTemplate.java | 181 PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnUnderlyingNetworkTemplate
|
H A D | VcnGatewayConnectionConfig.java | 505 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnGatewayConnectionConfig
|
H A D | VcnCellUnderlyingNetworkTemplate.java | 233 public PersistableBundle toPersistableBundle() { in toPersistableBundle() method in VcnCellUnderlyingNetworkTemplate
|
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/ |
H A D | PersistableBundleUtils.java | 66 PersistableBundle toPersistableBundle(T obj); in toPersistableBundle() method
|