HomeSort by relevance Sort by last modified time
    Searched defs:Downloads (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/provider/
Downloads.java 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 n
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 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)
    [all...]
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 33 import android.provider.Downloads;
150 Downloads.removeAllDownloadsByPackage(context, OLD_UPDATER_PACKAGE, OLD_UPDATER_CLASS);

Completed in 567 milliseconds