Searched refs:mBlockModes (Results 1 – 4 of 4) sorted by relevance
226 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection274 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()392 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()591 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyProtection.Builder752 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1144 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 KeyGenParameterSpec410 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()630 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()918 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec.Builder988 mBlockModes = sourceSpec.getBlockModes(); in Builder()1283 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1785 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;