Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java72 protected static final int FILE_BLOCK_READ_SIZE = 1024 * 1024; field in DownloadManagerBaseTest
391 byte[] actual = new byte[FILE_BLOCK_READ_SIZE]; in verifyFileContents()
392 byte[] expected = new byte[FILE_BLOCK_READ_SIZE]; in verifyFileContents()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java51 protected static final int FILE_BLOCK_READ_SIZE = 1024 * 1024; field in DownloadManagerBaseTest