Searched defs:download (Results 1 – 6 of 6) sorted by relevance
109 Download download = enqueueRequest(getRequest()); in testBasicRequest() local148 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() local166 Download download = enqueueRequest(getRequest() in testTitleAndDescription() local188 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() local208 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() local352 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); in testDestination() local372 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") in testRequestHeaders() local382 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); in testDelete() local399 Download download = enqueueRequest(getRequest()); in testSizeLimitOverMobile() local427 final Download download = enqueueRequest(getRequest()); in testRunawayRedirect() local[all …]
234 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
373 private boolean download(ImapHelper imapHelper, PhoneAccountHandle account) { in download() method in OmtpVvmSyncService
78 boolean includeAttachment, boolean download, FileOutputStream out) in WriteMessageToStream()