Home | History | Annotate | Download | only in provider

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.
44 public static final String AUTHORITY = "downloads";
58 * The permission to access the all the downloads in the manager.
89 * The content:// URI to access downloads owned by the caller's UID.
92 Uri.parse("content://downloads/my_downloads");
95 * The content URI for accessing all downloads across all UIDs (requires the
99 Uri.parse("content://downloads/all_downloads");
105 * The content URI for accessing publicly accessible downloads (i.e., it requires no
109 Uri.parse("content://downloads/" + PUBLICLY_ACCESSIBLE_DOWNLOADS_URI_SEGMENT);
124 * or Downloads.CONTENT_URI if the notification is associated with
125 * multiple downloads.
126 * Note: this is not currently sent for downloads that have completed
150 * performs downloads and reports success even in some situations where
310 * list of downloads.
319 * user in the list of downloads.
335 * public API downloads.
343 * used for public API downloads.
351 * used for public API downloads.
358 * Whether or not this download should be displayed in the system's Downloads UI. Defaults
444 * Downloads to the external destination only write files for which
493 * and caller wants to have this download displayed in Downloads App.
809 * Delete all the downloads for a package/class pair.