Searched refs:eapIdBundle (Results 1 – 1 of 1) sorted by relevance
102 final PersistableBundle eapIdBundle = in.getPersistableBundle(EAP_ID_KEY); in fromPersistableBundle() local103 Objects.requireNonNull(eapIdBundle, "EAP ID was null"); in fromPersistableBundle()104 builder.setEapIdentity(PersistableBundleUtils.toByteArray(eapIdBundle)); in fromPersistableBundle()