Searched refs:blockModes (Results 1 – 6 of 6) sorted by relevance
405 @NonNull Collection<Integer> blockModes) { in allFromKeymaster()406 if ((blockModes == null) || (blockModes.isEmpty())) { in allFromKeymaster()409 @BlockModeEnum String[] result = new String[blockModes.size()]; in allFromKeymaster()411 for (int blockMode : blockModes) { in allFromKeymaster()418 public static int[] allToKeymaster(@Nullable @BlockModeEnum String[] blockModes) { in allToKeymaster() argument419 if ((blockModes == null) || (blockModes.length == 0)) { in allToKeymaster()422 int[] result = new int[blockModes.length]; in allToKeymaster()423 for (int i = 0; i < blockModes.length; i++) { in allToKeymaster()424 result[i] = toKeymaster(blockModes[i]); in allToKeymaster()
249 @KeyProperties.BlockModeEnum String[] blockModes, in KeyProtection() argument272 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyProtection()736 public Builder setBlockModes(@KeyProperties.BlockModeEnum String... blockModes) { in setBlockModes() argument737 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()
104 @KeyProperties.BlockModeEnum String[] blockModes, in KeyInfo() argument128 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyInfo()
348 @KeyProperties.BlockModeEnum String[] blockModes, in KeyGenParameterSpec() argument407 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes)); in KeyGenParameterSpec()1266 public Builder setBlockModes(@KeyProperties.BlockModeEnum String... blockModes) { in setBlockModes() argument1267 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes); in setBlockModes()
157 final String[] blockModes = in.createStringArray(); in ParcelableKeyGenParameterSpec() local194 blockModes, in ParcelableKeyGenParameterSpec()
231 String[] blockModes = blockModesList.toArray(new String[0]); in getKeyInfo() local252 blockModes, in getKeyInfo()