Searched refs:mBlockModes (Results 1 – 4 of 4) sorted by relevance
231 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection281 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()433 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()632 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection.Builder817 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1249 mBlockModes, in build()
79 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyInfo131 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()228 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()
312 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec421 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()675 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()963 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec.Builder1030 mBlockModes = sourceSpec.getBlockModes(); in Builder()1352 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1897 mBlockModes, in build()
47413 Landroid/security/keystore/KeyGenParameterSpec$Builder;->mBlockModes:[Ljava/lang/String;47447 Landroid/security/keystore/KeyGenParameterSpec;->mBlockModes:[Ljava/lang/String;47474 Landroid/security/keystore/KeyInfo;->mBlockModes:[Ljava/lang/String;47535 Landroid/security/keystore/KeyProtection$Builder;->mBlockModes:[Ljava/lang/String;47559 Landroid/security/keystore/KeyProtection;->mBlockModes:[Ljava/lang/String;