Searched defs:download (Results 1 – 7 of 7) sorted by relevance
112 Download download = enqueueRequest(getRequest()); in testBasicRequest() local151 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() local169 Download download = enqueueRequest(getRequest() in testTitleAndDescription() local191 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() local211 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() local355 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); in testDestination() local375 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") in testRequestHeaders() local385 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); in testDelete() local402 Download download = enqueueRequest(getRequest()); in testSizeLimitOverMobile() local430 final Download download = enqueueRequest(getRequest()); in testRunawayRedirect() local[all …]
52 function download() { function
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
74 public Builder setIsDownload(boolean download) { in setIsDownload()
380 boolean includeAttachment, boolean download, FileOutputStream out) in WriteMessageToStream()
76 boolean includeAttachment, boolean download, FileOutputStream out) throws IOException; in WriteMessageToStream()