Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
DIkeIdentificationUtilsTest.java46 final PersistableBundle bundle = IkeIdentificationUtils.toPersistableBundle(id); in verifyPersistableBundleEncodeDecodeIsLossless()
47 final IkeIdentification result = IkeIdentificationUtils.fromPersistableBundle(bundle); in verifyPersistableBundleEncodeDecodeIsLossless()
/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DIkeSessionParamsUtils.java139 IkeIdentificationUtils.toPersistableBundle(params.getLocalIdentification())); in toPersistableBundle()
142 IkeIdentificationUtils.toPersistableBundle(params.getRemoteIdentification())); in toPersistableBundle()
208 IkeIdentificationUtils.fromPersistableBundle( in fromPersistableBundle()
211 IkeIdentificationUtils.fromPersistableBundle( in fromPersistableBundle()
DIkeIdentificationUtils.java47 public final class IkeIdentificationUtils { class