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

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java84 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 5 * 60 * 1000; // 5 minutes field in class:DownloadManagerBaseTest
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!"
867 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be created.");
876 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be written to.");
H A DDownloadManagerStressTest.java92 waitForDownloadsOrTimeout(WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java64 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 5 * 60 * 1000; // 5 minutes field in class:DownloadManagerBaseTest
451 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download to start!");
480 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be written to.");

Completed in 587 milliseconds