Searched defs:DownloadManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDownloadManager.java65 public class DownloadManager { class
308 "android.app.DownloadManager.extra_sortBySize";
425 * {@link DownloadManager#addCompletedDownload(String, String,
571 * should be called before {@link DownloadManager#enqueue(Request)} is called.
977 public DownloadManager(Context context) { method in class:DownloadManager
1091 if (DownloadManager.STATUS_SUCCESSFUL == status) {
1217 if (DownloadManager.STATUS_SUCCESSFUL != status) {
1461 * presents a different set of columns, those defined in the DownloadManager.COLUMN_* constants.

Completed in 2413 milliseconds