Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java116 final PersistableBundle akaBundle = in.getPersistableBundle(EAP_AKA_CONFIG_KEY); in fromPersistableBundle() local
117 if (akaBundle != null) { in fromPersistableBundle()
118 EapAkaConfigUtils.setBuilderByReadingPersistableBundle(akaBundle, builder); in fromPersistableBundle()