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.java112 Download download = enqueueRequest(getRequest()); in testBasicRequest() local
151 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() local
169 Download download = enqueueRequest(getRequest() in testTitleAndDescription() local
191 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() local
211 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() local
355 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); in testDestination() local
375 Download download = enqueueRequest(getRequest().addRequestHeader("Header1", "value1") in testRequestHeaders() local
385 Download download = enqueueRequest(getRequest().addRequestHeader("header", "value")); in testDelete() local
402 Download download = enqueueRequest(getRequest()); in testSizeLimitOverMobile() local
430 final Download download = enqueueRequest(getRequest()); in testRunawayRedirect() local
[all …]
/packages/modules/GeoTZ/
Ddownload-tzbb-files.sh52 function download() { function
/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/MediaProvider/src/com/android/providers/media/dao/
DFileRow.java74 public Builder setIsDownload(boolean download) { in setIsDownload()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapEmailProviderTest.java380 boolean includeAttachment, boolean download, FileOutputStream out) in WriteMessageToStream()
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java76 boolean includeAttachment, boolean download, FileOutputStream out) throws IOException; in WriteMessageToStream()