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

  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DownloadManagerBaseTest.java 86 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 5 * 60 * 1000; // 5 minutes
497 WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);
509 waitForDownloadOrTimeout(id, WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);
656 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download to start!");
684 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download notifications!"
704 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be created.");
713 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be written to.");
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 81 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 5 * 60 * 1000; // 5 minutes
655 waitForDownloadOrTimeout(id, WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);
815 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download to start!");
852 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download notifications!"
    [all...]

Completed in 166 milliseconds