Searched refs:mBlockModes (Results 1 – 4 of 4) 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()
262 private final @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec350 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()539 return ArrayUtils.cloneIfNotEmpty(mBlockModes); in getBlockModes()750 private @KeyProperties.BlockModeEnum String[] mBlockModes; field in KeyGenParameterSpec.Builder813 mBlockModes = sourceSpec.getBlockModes(); in Builder()1067 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()1404 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()
61968 Landroid/security/keystore/KeyGenParameterSpec$Builder;->mBlockModes:[Ljava/lang/String;62002 Landroid/security/keystore/KeyGenParameterSpec;->mBlockModes:[Ljava/lang/String;62029 Landroid/security/keystore/KeyInfo;->mBlockModes:[Ljava/lang/String;62090 Landroid/security/keystore/KeyProtection$Builder;->mBlockModes:[Ljava/lang/String;62114 Landroid/security/keystore/KeyProtection;->mBlockModes:[Ljava/lang/String;