Searched refs:FILE_BLOCK_READ_SIZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java70 protected static final int FILE_BLOCK_READ_SIZE = 1024 * 1024; field in class:DownloadManagerBaseTest
386 byte[] actual = new byte[FILE_BLOCK_READ_SIZE];
387 byte[] expected = new byte[FILE_BLOCK_READ_SIZE];
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java52 protected static final int FILE_BLOCK_READ_SIZE = 1024 * 1024; field in class:DownloadManagerBaseTest

Completed in 4540 milliseconds