Lines Matching refs:DownloadManager
4459 public class DownloadManager {
4462 method public long enqueue(android.app.DownloadManager.Request);
4468 method public android.database.Cursor query(android.app.DownloadManager.Query);
4497 …tic final java.lang.String INTENT_EXTRAS_SORT_BY_SIZE = "android.app.DownloadManager.extra_sortByS…
4509 public static class DownloadManager.Query {
4510 ctor public DownloadManager.Query();
4511 method public android.app.DownloadManager.Query setFilterById(long...);
4512 method public android.app.DownloadManager.Query setFilterByStatus(int);
4515 public static class DownloadManager.Request {
4516 ctor public DownloadManager.Request(android.net.Uri);
4517 …method public android.app.DownloadManager.Request addRequestHeader(java.lang.String, java.lang.Str…
4519 method public android.app.DownloadManager.Request setAllowedNetworkTypes(int);
4520 method public android.app.DownloadManager.Request setAllowedOverMetered(boolean);
4521 method public android.app.DownloadManager.Request setAllowedOverRoaming(boolean);
4522 method public android.app.DownloadManager.Request setDescription(java.lang.CharSequence);
4523 …method public android.app.DownloadManager.Request setDestinationInExternalFilesDir(android.content…
4524 …method public android.app.DownloadManager.Request setDestinationInExternalPublicDir(java.lang.Stri…
4525 method public android.app.DownloadManager.Request setDestinationUri(android.net.Uri);
4526 method public android.app.DownloadManager.Request setMimeType(java.lang.String);
4527 method public android.app.DownloadManager.Request setNotificationVisibility(int);
4528 method public android.app.DownloadManager.Request setRequiresCharging(boolean);
4529 method public android.app.DownloadManager.Request setRequiresDeviceIdle(boolean);
4530 … method public deprecated android.app.DownloadManager.Request setShowRunningNotification(boolean);
4531 method public android.app.DownloadManager.Request setTitle(java.lang.CharSequence);
4532 method public android.app.DownloadManager.Request setVisibleInDownloadsUi(boolean);