Searched refs:mBlockModes (Results 1 – 3 of 3) sorted by relevance
225 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection267 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()382 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()555 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection.Builder711 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1002 mBlockModes, in build()
78 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyInfo122 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()212 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
261 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec347 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()535 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()731 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec.Builder793 mBlockModes = sourceSpec.getBlockModes(); in Builder()1045 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1356 mBlockModes, in build()