Home | History | Annotate | Download | only in mmslib

Lines Matching defs:Downloads

29 public final class Downloads {
30 private Downloads() {}
37 * The constants URI ... STATUS are the names of columns in the downloads table.
56 * The permission to access the all the downloads in the manager.
87 * The content:// URI to access downloads owned by the caller's UID.
90 Uri.parse("content://downloads/my_downloads");
93 * The content URI for accessing all downloads across all UIDs (requires the
97 Uri.parse("content://downloads/all_downloads");
103 * The content URI for accessing publicly accessible downloads (i.e., it requires no
107 Uri.parse("content://downloads/" + PUBLICLY_ACCESSIBLE_DOWNLOADS_URI_SEGMENT);
122 * or Downloads.CONTENT_URI if the notification is associated with
123 * multiple downloads.
124 * Note: this is not currently sent for downloads that have completed
148 * performs downloads and reports success even in some situations where
308 * list of downloads.
317 * user in the list of downloads.
333 * public API downloads.
341 * used for public API downloads.
349 * used for public API downloads.
356 * Whether or not this download should be displayed in the system's Downloads UI. Defaults
436 * Downloads to the external destination only write files for which
484 * and caller wants to have this download displayed in Downloads App.
800 * Delete all the downloads for a package/class pair.