Home
last modified time | relevance | path

Searched refs:DownloadDestination (Results 1 – 6 of 6) sorted by relevance

/external/downloader/src/main/java/com/google/android/downloader/
DDownloadRequest.java38 public abstract DownloadDestination destination(); in destination()
49 public abstract Builder setDestination(DownloadDestination destination); in setDestination()
DDownloadDestination.java28 public interface DownloadDestination { interface
DProtoFileDownloadDestination.java34 public class ProtoFileDownloadDestination implements DownloadDestination {
DSimpleFileDownloadDestination.java38 public class SimpleFileDownloadDestination implements DownloadDestination {
DDownloader.java321 public DownloadRequest.Builder newRequestBuilder(URI uri, DownloadDestination destination) { in newRequestBuilder()
690 DownloadDestination destination = request.destination(); in completeRequest()
/external/downloader/src/main/proto/
Ddownload_metadata.proto24 // DownloadDestination (e.g. ProtoFileDownloadDestination) so that interrupted