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