Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java106 Download download = enqueueRequest(getRequest()); in testBasicRequest() local
145 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() local
163 Download download = enqueueRequest(getRequest() in testTitleAndDescription() local
185 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() local
205 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() local
349 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); in testDestination() local
369 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") in testRequestHeaders() local
379 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); in testDelete() local
395 Download download = enqueueRequest(getRequest()); in testSizeLimitOverMobile() local
422 final Download download = enqueueRequest(getRequest()); in testRunawayRedirect() local
[all …]
DThreadingTest.java55 Download download = enqueueRequest(getRequest()); in testFloodServiceWithStarts() local
DStorageTest.java232 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/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java360 private static boolean isActiveAndVisible(DownloadInfo download) { in isActiveAndVisible()
366 private static boolean isCompleteAndVisible(DownloadInfo download) { in isCompleteAndVisible()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java78 boolean includeAttachment, boolean download, FileOutputStream out) in WriteMessageToStream()