Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java102 final PersistableBundle eapIdBundle = in.getPersistableBundle(EAP_ID_KEY); in fromPersistableBundle() local
103 Objects.requireNonNull(eapIdBundle, "EAP ID was null"); in fromPersistableBundle()
104 builder.setEapIdentity(PersistableBundleUtils.toByteArray(eapIdBundle)); in fromPersistableBundle()