Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/android/support/v7/mms/
DDownloadRequest.java39 class DownloadRequest extends MmsRequest { class
41 DownloadRequest(final String locationUrl, final Uri pduUri, in DownloadRequest() method in DownloadRequest
129 private DownloadRequest(Parcel in) { in DownloadRequest() method in DownloadRequest
/packages/services/Mms/src/com/android/mms/service/
DDownloadRequest.java52 public class DownloadRequest extends MmsRequest { class
60 public DownloadRequest(RequestManager manager, int subId, String locationUrl, in DownloadRequest() method in DownloadRequest
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java140 private static final class DownloadRequest { class in CaptivePortalLoginActivity
143 DownloadRequest(String url, String filename) { in DownloadRequest() method in CaptivePortalLoginActivity.DownloadRequest