Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DSaProposalUtilsBase.java36 static final String ENCRYPT_ALGO_KEY = "ENCRYPT_ALGO_KEY"; field in SaProposalUtilsBase
85 result.putPersistableBundle(ENCRYPT_ALGO_KEY, encryptionBundle); in toPersistableBundle()
DChildSaProposalUtils.java51 final PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle()
DIkeSaProposalUtils.java59 final PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle()