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

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

Completed in 42 milliseconds