HomeSort by relevance Sort by last modified time
    Searched defs:initialLength (Results 1 - 2 of 2) sorted by null

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 136 int initialLength = 5;
137 enqueueInterruptedDownloadResponses(initialLength);
141 assertEquals(initialLength,
153 headers.contains("Range: bytes=" + initialLength + "-"));
166 private void enqueueInterruptedDownloadResponses(int initialLength) {
167 // the first response has normal headers but unexpectedly closes after initialLength bytes
168 enqueuePartialResponse(0, initialLength);
170 enqueuePartialResponse(initialLength, FILE_CONTENT.length());
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 31 milliseconds