Searched defs:dlRequest (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java439 * @param dlRequest the download request id used by Download Manager to track the download.
442 protected void waitForDownloadToStart(long dlRequest) throws Exception { argument
443 Cursor cursor = getCursor(dlRequest);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java794 * @param dlRequest the download request id used by Download Manager to track the download.
797 protected void waitForDownloadToStart(long dlRequest) throws Exception { argument
798 Cursor cursor = getCursor(dlRequest);
1024 long dlRequest = enqueueDownloadRequest(blobData, location);
1027 waitForDownloadOrTimeout(dlRequest);
1030 return dlRequest;

Completed in 38 milliseconds