Searched defs:download (Results 1 – 7 of 7) sorted by relevance
106 Download download = enqueueRequest(getRequest()); in testBasicRequest() local145 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() local163 Download download = enqueueRequest(getRequest() in testTitleAndDescription() local185 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() local205 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() local349 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); in testDestination() local369 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") in testRequestHeaders() local379 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); in testDelete() local395 Download download = enqueueRequest(getRequest()); in testSizeLimitOverMobile() local422 final Download download = enqueueRequest(getRequest()); in testRunawayRedirect() local[all …]
55 Download download = enqueueRequest(getRequest()); in testFloodServiceWithStarts() local
232 final Download download = enqueueRequest(req); in prepareAndRunDownload() local
66 public static boolean download(JobContext jc, URL url, OutputStream output) { in download() method in DownloadUtils
114 public Entry download(JobContext jc, URL url) { in download() method in DownloadCache
360 private static boolean isActiveAndVisible(DownloadInfo download) { in isActiveAndVisible()366 private static boolean isCompleteAndVisible(DownloadInfo download) { in isCompleteAndVisible()
78 boolean includeAttachment, boolean download, FileOutputStream out) in WriteMessageToStream()