Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java932 PersistableBundle eapSessionConfigBundle = in fromPersistableBundle() local
934 Objects.requireNonNull(eapSessionConfigBundle, "eapSessionConfigBundle is null"); in fromPersistableBundle()
936 EapSessionConfig.fromPersistableBundle(eapSessionConfigBundle); in fromPersistableBundle()