Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DIkeIdentificationUtils.java134 final PersistableBundle keyIdBundle = in.getPersistableBundle(KEY_ID_KEY); in fromPersistableBundle() local
136 return new IkeKeyIdIdentification(PersistableBundleUtils.toByteArray(keyIdBundle)); in fromPersistableBundle()