Searched refs:mBlockModes (Results 1 – 4 of 4) sorted by relevance
226 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection272 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()389 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()577 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection.Builder737 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1114 mBlockModes, in build()
78 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyInfo128 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()224 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
305 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec407 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()626 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()904 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec.Builder973 mBlockModes = sourceSpec.getBlockModes(); in Builder()1267 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1748 mBlockModes, in build()
48056 Landroid/security/keystore/KeyGenParameterSpec$Builder;->mBlockModes:[Ljava/lang/String;48090 Landroid/security/keystore/KeyGenParameterSpec;->mBlockModes:[Ljava/lang/String;48117 Landroid/security/keystore/KeyInfo;->mBlockModes:[Ljava/lang/String;48178 Landroid/security/keystore/KeyProtection$Builder;->mBlockModes:[Ljava/lang/String;48202 Landroid/security/keystore/KeyProtection;->mBlockModes:[Ljava/lang/String;