Home | History | Annotate | Download | only in keystore

Lines Matching defs:mBlockModes

259     private final @KeyProperties.BlockModeEnum String[] mBlockModes;
340 mBlockModes = ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(blockModes));
527 return ArrayUtils.cloneIfNotEmpty(mBlockModes);
722 private @KeyProperties.BlockModeEnum String[] mBlockModes;
784 mBlockModes = sourceSpec.getBlockModes();
1033 mBlockModes = ArrayUtils.cloneIfNotEmpty(blockModes);
1344 mBlockModes,