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

/frameworks/base/core/java/android/net/
H A DDownloads.java41 public final class Downloads { class
122 * Downloads to the external destination only write files for which
191 return android.provider.Downloads.Impl.isStatusCompleted(statusCode);
199 return android.provider.Downloads.Impl.isStatusCompleted(statusCode);
215 android.provider.Downloads.Impl.COLUMN_APP_DATA + "=?";
223 android.provider.Downloads.Impl.CONTENT_URI,
282 android.provider.Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE + "=? AND " +
283 android.provider.Downloads.Impl.COLUMN_NOTIFICATION_CLASS + "=?";
293 android.provider.Downloads.Impl.CONTENT_URI,
325 android.provider.Downloads
644 private Downloads() {} method in class:Downloads
[all...]
/frameworks/base/core/java/android/provider/
H A DDownloads.java26 public final class Downloads { class
30 private Downloads() {} method in class:Downloads
79 * or Downloads.CONTENT_URI if the notification is associated with
321 * Downloads to the external destination only write files for which
659 * or Downloads.CONTENT_URI if the notification is associated with
885 * Whether or not this download should be displayed in the system's Downloads UI. Defaults
926 * Downloads to the external destination only write files for which

Completed in 6 milliseconds