Home
last modified time | relevance | path

Searched defs:download (Results 1 – 6 of 6) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java109 Download download = enqueueRequest(getRequest()); in testBasicRequest() local
148 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() local
166 Download download = enqueueRequest(getRequest() in testTitleAndDescription() local
188 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() local
208 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() local
352 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); in testDestination() local
372 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") in testRequestHeaders() local
382 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); in testDelete() local
399 Download download = enqueueRequest(getRequest()); in testSizeLimitOverMobile() local
427 final Download download = enqueueRequest(getRequest()); in testRunawayRedirect() local
[all …]
DStorageTest.java234 final Download download = enqueueRequest(req); in prepareAndRunDownload() local
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadUtils.java66 public static boolean download(JobContext jc, URL url, OutputStream output) { in download() method in DownloadUtils
DDownloadCache.java114 public Entry download(JobContext jc, URL url) { in download() method in DownloadCache
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DOmtpVvmSyncService.java373 private boolean download(ImapHelper imapHelper, PhoneAccountHandle account) { in download() method in OmtpVvmSyncService
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java78 boolean includeAttachment, boolean download, FileOutputStream out) in WriteMessageToStream()