Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DSaProposalUtilsBase.java37 static final String INTEGRITY_ALGO_KEY = "INTEGRITY_ALGO_KEY"; field in SaProposalUtilsBase
89 result.putIntArray(INTEGRITY_ALGO_KEY, integrityAlgoIdArray); in toPersistableBundle()
DChildSaProposalUtils.java59 final int[] integrityAlgoIdArray = in.getIntArray(INTEGRITY_ALGO_KEY); in fromPersistableBundle()
DIkeSaProposalUtils.java67 final int[] integrityAlgoIdArray = in.getIntArray(INTEGRITY_ALGO_KEY); in fromPersistableBundle()