Home | History | Annotate | Download | only in app

Lines Matching defs:DataType

99     protected enum DataType {
291 * @param type The type of data to generate: currently, one of {@link DataType#TEXT} or
292 * {@link DataType#BINARY}.
295 protected byte[] generateData(int size, DataType type) {
303 * @param type The type of data to generate: currently, one of {@link DataType#TEXT} or
304 * {@link DataType#BINARY}.
308 protected byte[] generateData(int size, DataType type, Random rng) {
313 if (type == DataType.TEXT) {
586 protected File createFileOnSD(String filename, long fileSize, DataType type,