Home
last modified time | relevance | path

Searched defs:DownloadRequest (Results 1 – 2 of 2) sorted by relevance

/packages/services/Mms/src/com/android/mms/service/
DDownloadRequest.java58 public class DownloadRequest extends MmsRequest { class
66 public DownloadRequest(RequestManager manager, int subId, String locationUrl, in DownloadRequest() method in DownloadRequest
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java169 static class DownloadRequest { class in AttachmentService
192 DownloadRequest(final int attPriority, final long attId) { in DownloadRequest() method in AttachmentService.DownloadRequest
201 private DownloadRequest(final Context context, final Attachment attachment) { in DownloadRequest() method in AttachmentService.DownloadRequest
214 private DownloadRequest(final DownloadRequest orig, final long newTime) { in DownloadRequest() method in AttachmentService.DownloadRequest