Lines Matching refs:DownloadManager

4620   public class DownloadManager {
4623 method public long enqueue(android.app.DownloadManager.Request);
4629 method public android.database.Cursor query(android.app.DownloadManager.Query);
4659 …tic final java.lang.String INTENT_EXTRAS_SORT_BY_SIZE = "android.app.DownloadManager.extra_sortByS…
4671 public static class DownloadManager.Query {
4672 ctor public DownloadManager.Query();
4673 method public android.app.DownloadManager.Query setFilterById(long...);
4674 method public android.app.DownloadManager.Query setFilterByStatus(int);
4677 public static class DownloadManager.Request {
4678 ctor public DownloadManager.Request(android.net.Uri);
4679 …method public android.app.DownloadManager.Request addRequestHeader(java.lang.String, java.lang.Str…
4681 method public android.app.DownloadManager.Request setAllowedNetworkTypes(int);
4682 method public android.app.DownloadManager.Request setAllowedOverMetered(boolean);
4683 method public android.app.DownloadManager.Request setAllowedOverRoaming(boolean);
4684 method public android.app.DownloadManager.Request setDescription(java.lang.CharSequence);
4685 …method public android.app.DownloadManager.Request setDestinationInExternalFilesDir(android.content…
4686 …method public android.app.DownloadManager.Request setDestinationInExternalPublicDir(java.lang.Stri…
4687 method public android.app.DownloadManager.Request setDestinationUri(android.net.Uri);
4688 method public android.app.DownloadManager.Request setMimeType(java.lang.String);
4689 method public android.app.DownloadManager.Request setNotificationVisibility(int);
4690 method public android.app.DownloadManager.Request setRequiresCharging(boolean);
4691 method public android.app.DownloadManager.Request setRequiresDeviceIdle(boolean);
4692 … method public deprecated android.app.DownloadManager.Request setShowRunningNotification(boolean);
4693 method public android.app.DownloadManager.Request setTitle(java.lang.CharSequence);
4694 method public android.app.DownloadManager.Request setVisibleInDownloadsUi(boolean);