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

/frameworks/base/core/java/android/app/
H A DDownloadManager.java125 * When {@link #COLUMN_STATUS} is {@link #STATUS_PAUSED}, this indicates why the download is
128 * If {@link #COLUMN_STATUS} is neither {@link #STATUS_FAILED} nor {@link #STATUS_PAUSED}, this
172 public final static int STATUS_PAUSED = 1 << 2; field in class:DownloadManager
863 if ((mStatusFlags & STATUS_PAUSED) != 0) {
1344 case STATUS_PAUSED:
1418 return STATUS_PAUSED;

Completed in 186 milliseconds