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

  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 65 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 5 * 60 * 1000; // 5 minutes
295 WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);
307 waitForDownloadOrTimeout(id, WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);
454 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download to start!");
482 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download notifications!"
502 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be created.");
511 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be written to.");
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 84 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 5 * 60 * 1000; // 5 minutes
650 waitForDownloadOrTimeout(id, WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);
810 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download to start!");
847 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download notifications!"
    [all...]
DownloadManagerStressTest.java 92 waitForDownloadsOrTimeout(WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);

Completed in 32 milliseconds