Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java254 protected static final String INTEGRITY_ALGO_KEY = "mIntegrityAlgorithms"; field in SaProposal
313 result.putIntArray(INTEGRITY_ALGO_KEY, integrityAlgoIdArray); in toPersistableBundle()
DIkeSaProposal.java99 int[] integrityAlgoIdArray = in.getIntArray(INTEGRITY_ALGO_KEY); in fromPersistableBundle()
DChildSaProposal.java122 int[] integrityAlgoIdArray = in.getIntArray(INTEGRITY_ALGO_KEY); in fromPersistableBundle()