Searched refs:DATA_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
46 private static final int DATA_CHUNK_SIZE = 1024 * 1024; field in MainActivity67 byte[] bytes = new byte[DATA_CHUNK_SIZE]; in createFile()73 int bytesToWrite = Math.min(size, DATA_CHUNK_SIZE); in createFile()