Searched refs:FILE_BLOCK_READ_SIZE (Results 1 – 2 of 2) sorted by relevance
72 protected static final int FILE_BLOCK_READ_SIZE = 1024 * 1024; field in DownloadManagerBaseTest391 byte[] actual = new byte[FILE_BLOCK_READ_SIZE]; in verifyFileContents()392 byte[] expected = new byte[FILE_BLOCK_READ_SIZE]; in verifyFileContents()
51 protected static final int FILE_BLOCK_READ_SIZE = 1024 * 1024; field in DownloadManagerBaseTest