Lines Matching refs:DownloadManager
4035 public class DownloadManager {
4037 method public long enqueue(android.app.DownloadManager.Request);
4043 method public android.database.Cursor query(android.app.DownloadManager.Query);
4072 …tic final java.lang.String INTENT_EXTRAS_SORT_BY_SIZE = "android.app.DownloadManager.extra_sortByS…
4084 public static class DownloadManager.Query {
4085 ctor public DownloadManager.Query();
4086 method public android.app.DownloadManager.Query setFilterById(long...);
4087 method public android.app.DownloadManager.Query setFilterByStatus(int);
4090 public static class DownloadManager.Request {
4091 ctor public DownloadManager.Request(android.net.Uri);
4092 …method public android.app.DownloadManager.Request addRequestHeader(java.lang.String, java.lang.Str…
4094 method public android.app.DownloadManager.Request setAllowedNetworkTypes(int);
4095 method public android.app.DownloadManager.Request setAllowedOverMetered(boolean);
4096 method public android.app.DownloadManager.Request setAllowedOverRoaming(boolean);
4097 method public android.app.DownloadManager.Request setDescription(java.lang.CharSequence);
4098 …method public android.app.DownloadManager.Request setDestinationInExternalFilesDir(android.content…
4099 …method public android.app.DownloadManager.Request setDestinationInExternalPublicDir(java.lang.Stri…
4100 method public android.app.DownloadManager.Request setDestinationUri(android.net.Uri);
4101 method public android.app.DownloadManager.Request setMimeType(java.lang.String);
4102 method public android.app.DownloadManager.Request setNotificationVisibility(int);
4103 … method public deprecated android.app.DownloadManager.Request setShowRunningNotification(boolean);
4104 method public android.app.DownloadManager.Request setTitle(java.lang.CharSequence);
4105 method public android.app.DownloadManager.Request setVisibleInDownloadsUi(boolean);