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

/frameworks/base/core/java/android/provider/
H A DDownloads.java214 public static final String COLUMN_STATUS = "status"; field in class:Downloads.Impl
/frameworks/base/core/java/android/app/
H A DDownloadManager.java129 public final static String COLUMN_STATUS = Downloads.Impl.COLUMN_STATUS; field in class:DownloadManager
133 * {@link #COLUMN_STATUS}.
135 * When {@link #COLUMN_STATUS} is {@link #STATUS_FAILED}, this indicates the type of error that
139 * When {@link #COLUMN_STATUS} is {@link #STATUS_PAUSED}, this indicates why the download is
142 * If {@link #COLUMN_STATUS} is neither {@link #STATUS_FAILED} nor {@link #STATUS_PAUSED}, this
174 * Value of {@link #COLUMN_STATUS} when the download is waiting to start.
179 * Value of {@link #COLUMN_STATUS} when the download is currently running.
184 * Value of {@link #COLUMN_STATUS} when the download is waiting to retry or resume.
189 * Value of {@link #COLUMN_STATUS} whe
[all...]

Completed in 253 milliseconds