Searched refs:mBlockModes (Results 1 – 3 of 3) sorted by relevance
224 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection266 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()381 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()554 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection.Builder710 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1001 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()
259 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec340 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()527 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()722 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec.Builder784 mBlockModes = sourceSpec.getBlockModes(); in Builder()1033 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1344 mBlockModes, in build()