Searched refs:MAX_WAIT_FOR_DOWNLOAD_TIME (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java85 protected static final int MAX_WAIT_FOR_DOWNLOAD_TIME = 5 * 60 * 1000; // 5 minutes field in class:DownloadManagerBaseTest
653 waitForDownloadOrTimeout(id, WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);
813 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download to start!");
850 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for download notifications!"
870 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be created.");
879 MAX_WAIT_FOR_DOWNLOAD_TIME, "Timed out waiting for file to be written to.");
H A DDownloadManagerIntegrationTest.java219 waitForDownloadsOrTimeout(WAIT_FOR_DOWNLOAD_POLL_TIME, MAX_WAIT_FOR_DOWNLOAD_TIME);

Completed in 19 milliseconds