Home
last modified time | relevance | path

Searched refs:EapSessionConfigUtils (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtilsTest.java53 final PersistableBundle bundle = EapSessionConfigUtils.toPersistableBundle(config); in verifyPersistableBundleEncodeDecodeIsLossless()
54 final EapSessionConfig resultConfig = EapSessionConfigUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
/aosp14/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java46 public final class EapSessionConfigUtils { class
250 EapSessionConfigUtils.toPersistableBundle(config.getInnerEapSessionConfig())); in toPersistableBundle()
271 EapSessionConfigUtils.fromPersistableBundle(eapSessionConfigBundle); in setBuilderByReadingPersistableBundle()
H A DIkeSessionParamsUtils.java481 EapSessionConfigUtils.toPersistableBundle(config.getEapConfig())); in toPersistableBundle()
494 EapSessionConfigUtils.fromPersistableBundle(eapBundle); in setBuilderByReadingPersistableBundle()