Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java83 EapMsChapV2ConfigUtils.toPersistableBundle(config.getEapMsChapV2Config())); in toPersistableBundle()
123 EapMsChapV2ConfigUtils.setBuilderByReadingPersistableBundle(msChapV2Bundle, builder); in fromPersistableBundle()
210 private static final class EapMsChapV2ConfigUtils extends EapMethodConfigUtils { class in EapSessionConfigUtils