Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java126 final PersistableBundle akaPrimeBundle = in.getPersistableBundle(EAP_AKA_PRIME_CONFIG_KEY); in fromPersistableBundle() local
127 if (akaPrimeBundle != null) { in fromPersistableBundle()
128 EapAkaPrimeConfigUtils.setBuilderByReadingPersistableBundle(akaPrimeBundle, builder); in fromPersistableBundle()