Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java225 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection
267 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()
382 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
555 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection.Builder
711 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()
1002 mBlockModes, in build()
DKeyInfo.java78 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyInfo
122 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()
212 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
DKeyGenParameterSpec.java261 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec
347 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()
535 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
731 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec.Builder
793 mBlockModes = sourceSpec.getBlockModes(); in Builder()
1045 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()
1356 mBlockModes, in build()