/frameworks/base/core/java/android/net/vcn/persistablebundleutils/ |
D | TunnelConnectionParamsUtils.java | 50 public static IkeTunnelConnectionParams fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in TunnelConnectionParamsUtils 97 IkeSessionParamsUtils.fromPersistableBundle(ikeBundle); in deserializeIkeParams() 99 TunnelModeChildSessionParamsUtils.fromPersistableBundle(childBundle); in deserializeIkeParams()
|
D | TunnelModeChildSessionParamsUtils.java | 188 tsBundle, IkeTrafficSelectorUtils::fromPersistableBundle); in getTsFromPersistableBundle() 193 public static TunnelModeChildSessionParams fromPersistableBundle( in fromPersistableBundle() method in TunnelModeChildSessionParamsUtils 204 proposalBundle, ChildSaProposalUtils::fromPersistableBundle); in fromPersistableBundle()
|
D | IkeSessionParamsUtils.java | 145 public static IkeSessionParams fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeSessionParamsUtils 156 proposalBundle, IkeSaProposalUtils::fromPersistableBundle); in fromPersistableBundle() 162 IkeIdentificationUtils.fromPersistableBundle( in fromPersistableBundle() 165 IkeIdentificationUtils.fromPersistableBundle( in fromPersistableBundle() 451 EapSessionConfigUtils.fromPersistableBundle(eapBundle); in setBuilderByReadingPersistableBundle()
|
D | ChildSaProposalUtils.java | 46 public static ChildSaProposal fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in ChildSaProposalUtils
|
D | IkeTrafficSelectorUtils.java | 44 public static IkeTrafficSelector fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeTrafficSelectorUtils
|
D | IkeSaProposalUtils.java | 54 public static IkeSaProposal fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeSaProposalUtils
|
D | EapSessionConfigUtils.java | 97 public static EapSessionConfig fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in EapSessionConfigUtils 271 EapSessionConfigUtils.fromPersistableBundle(eapSessionConfigBundle); in setBuilderByReadingPersistableBundle()
|
D | IkeIdentificationUtils.java | 112 public static IkeIdentification fromPersistableBundle(@NonNull PersistableBundle in) { in fromPersistableBundle() method in IkeIdentificationUtils
|
/frameworks/base/services/core/java/com/android/server/vcn/util/ |
D | PersistableBundleUtils.java | 76 T fromPersistableBundle(PersistableBundle in); in fromPersistableBundle() method 163 result.add(deserializer.fromPersistableBundle(item)); in toList() 273 final K key = keyDeserializer.fromPersistableBundle(keyBundle); in toMap() 274 final V value = valueDeserializer.fromPersistableBundle(valueBundle); in toMap()
|
/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/ |
D | SaProposalUtilsTest.java | 56 final SaProposal resultProposal = IkeSaProposalUtils.fromPersistableBundle(bundle); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal() 78 final SaProposal resultProposal = ChildSaProposalUtils.fromPersistableBundle(bundle); in testPersistableBundleEncodeDecodeIsLosslessChildProposal()
|
D | TunnelConnectionParamsUtilsTest.java | 50 TunnelConnectionParamsUtils.fromPersistableBundle( in testIkeTunnelConnectionParamsToFromPersistableBundle()
|
D | IkeTrafficSelectorUtilsTest.java | 51 final IkeTrafficSelector resultTs = IkeTrafficSelectorUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
|
D | IkeIdentificationUtilsTest.java | 47 final IkeIdentification result = IkeIdentificationUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
|
D | EapSessionConfigUtilsTest.java | 54 final EapSessionConfig resultConfig = EapSessionConfigUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
|
D | TunnelModeChildSessionParamsUtilsTest.java | 54 TunnelModeChildSessionParamsUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
|
D | IkeSessionParamsUtilsTest.java | 72 final IkeSessionParams result = IkeSessionParamsUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
|
/frameworks/base/tests/vcn/java/com/android/server/vcn/util/ |
D | PersistableBundleUtilsTest.java | 210 PersistableBundleUtils.INTEGER_DESERIALIZER.fromPersistableBundle(integerBundle); in testIntegerConversionLossless()
|
/frameworks/base/core/java/android/net/vcn/ |
D | VcnGatewayConnectionConfig.java | 204 TunnelConnectionParamsUtils.fromPersistableBundle(tunnelConnectionParamsBundle); in VcnGatewayConnectionConfig()
|
/frameworks/base/services/ |
D | art-profile | 3540 HSPLcom/android/server/VcnManagementService$$ExternalSyntheticLambda8;->fromPersistableBundle(Landr… 3543 HSPLcom/android/server/VcnManagementService$$ExternalSyntheticLambda9;->fromPersistableBundle(Landr…
|