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

  /frameworks/base/core/java/android/provider/
Downloads.java 182 public static final String COLUMN_STATUS = "status";
751 public static final String COLUMN_STATUS = "status";
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 106 public final static String COLUMN_STATUS = "status";
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} when the download has failed (and will not be retried)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 48 milliseconds