Searched refs:eapIdBundle (Results 1 – 1 of 1) sorted by relevance
91 PersistableBundle eapIdBundle = in.getPersistableBundle(EAP_ID_KEY); in fromPersistableBundle() local92 Objects.requireNonNull(eapIdBundle, "EAP ID bundle is null"); in fromPersistableBundle()93 byte[] eapId = PersistableBundleUtils.toByteArray(eapIdBundle); in fromPersistableBundle()