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

/frameworks/base/core/java/android/provider/
H A DDownloads.java182 public static final String COLUMN_STATUS = "status"; field in class:Downloads
751 public static final String COLUMN_STATUS = "status"; field in class:Downloads.Impl
/frameworks/base/core/java/android/app/
H A DDownloadManager.java106 public final static String COLUMN_STATUS = "status"; field in class:DownloadManager
110 * {@link #COLUMN_STATUS}.
112 * When {@link #COLUMN_STATUS} is {@link #STATUS_FAILED}, this indicates the type of error that
116 * When {@link #COLUMN_STATUS} is {@link #STATUS_PAUSED}, this indicates why the download is
119 * If {@link #COLUMN_STATUS} is neither {@link #STATUS_FAILED} nor {@link #STATUS_PAUSED}, this
146 * Value of {@link #COLUMN_STATUS} when the download is waiting to start.
151 * Value of {@link #COLUMN_STATUS} when the download is currently running.
156 * Value of {@link #COLUMN_STATUS} when the download is waiting to retry or resume.
161 * Value of {@link #COLUMN_STATUS} when the download has successfully completed.
166 * Value of {@link #COLUMN_STATUS} whe
[all...]

Completed in 135 milliseconds