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

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 184 int initialLength = 5;
185 enqueueInterruptedDownloadResponses(initialLength);
189 assertEquals(initialLength,
201 headers.contains("Range: bytes=" + initialLength + "-"));
214 private void enqueueInterruptedDownloadResponses(int initialLength) {
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()));
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 457 final int initialLength = cursor.getCount();
458 if (initialLength <= 0 || !cursor.moveToFirst()) {
463 final Account[] allAccounts = new Account[initialLength];
469 assert (i == initialLength);
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 355 milliseconds