Searched defs:initialLength (Results 1 - 1 of 1) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DPublicApiFunctionalTest.java184 int initialLength = 5;
185 enqueueInterruptedDownloadResponses(initialLength);
189 assertEquals(initialLength,
201 headers.contains("Range: bytes=" + initialLength + "-"));
214 private void enqueueInterruptedDownloadResponses(int initialLength) { argument
215 // the first response has normal headers but unexpectedly closes after initialLength bytes
216 enqueueResponse(buildPartialResponse(0, initialLength));
218 enqueueResponse(buildPartialResponse(initialLength, FILE_CONTENT.length()));

Completed in 33 milliseconds