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.java224 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection
266 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()
381 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
554 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection.Builder
710 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()
1001 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.java259 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec
340 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()
527 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
722 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec.Builder
784 mBlockModes = sourceSpec.getBlockModes(); in Builder()
1033 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()
1344 mBlockModes, in build()