Searched refs:dlRequest (Results 1 – 5 of 5) sorted by relevance
133 long dlRequest = -1; in initiateDownload() local147 outputFile.writeLong(dlRequest); in initiateDownload()164 long dlRequest = -1; in verifyFileDownloadSucceeded() local223 long dlRequest = -1; in runLargeDownloadOverWiFi() local270 long dlRequest = -1; in runDownloadMultipleSwitching() local325 if (dlRequest != -1) { in runDownloadMultipleSwitching()346 long dlRequest = -1; in runDownloadMultipleWiFiEnableDisable() local393 if (dlRequest != -1) { in runDownloadMultipleWiFiEnableDisable()416 long dlRequest = -1; in runDownloadMultipleAirplaneModeEnableDisable() local464 if (dlRequest != -1) { in runDownloadMultipleAirplaneModeEnableDisable()[all …]
439 protected void waitForDownloadToStart(long dlRequest) throws Exception { in waitForDownloadToStart() argument440 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()
83 waitForDownloadOrTimeout(dlRequest); in doErrorTest()88 Cursor cursor = getCursor(dlRequest); in doErrorTest()105 verifyDownload(dlRequest, blobData); in testBinaryDownload()106 mDownloadManager.remove(dlRequest); in testBinaryDownload()118 verifyDownload(dlRequest, blobData); in testTextDownload()119 mDownloadManager.remove(dlRequest); in testTextDownload()256 waitForDownloadOrTimeout(dlRequest); in testGetDownloadIdOnNotification()309 waitForDownloadOrTimeout(dlRequest); in testRelativeRedirect()353 waitForDownloadOrTimeout(dlRequest); in testSetTitle()355 Cursor cursor = getCursor(dlRequest); in testSetTitle()[all …]
130 long dlRequest = doStandardEnqueue(largeFile); in testDownloadLargeFile() local133 waitForDownloadOrTimeout(dlRequest); in testDownloadLargeFile()135 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(dlRequest); in testDownloadLargeFile()199 long dlRequest = doBasicDownload(blobData); in testDownloadToCacheWithAlmostFullCache() local200 verifyAndCleanupSingleFileDownload(dlRequest, blobData); in testDownloadToCacheWithAlmostFullCache()
803 protected void waitForDownloadToStart(long dlRequest) throws Exception { in waitForDownloadToStart() argument804 Cursor cursor = getCursor(dlRequest); in waitForDownloadToStart()1026 long dlRequest = enqueueDownloadRequest(blobData); in doBasicDownload() local1029 waitForDownloadOrTimeout(dlRequest); in doBasicDownload()1032 return dlRequest; in doBasicDownload()