Searched refs:STATUS_RUNNING (Results 1 – 7 of 7) sorted by relevance
579 public static final int STATUS_RUNNING = 192; field in Downloads.Impl734 case STATUS_RUNNING: return "RUNNING"; in statusToString()
180 public final static int STATUS_RUNNING = 1 << 1; field in DownloadManager944 if ((mStatusFlags & STATUS_RUNNING) != 0) { in runQuery()945 parts.add(statusClause("=", Downloads.Impl.STATUS_RUNNING)); in runQuery()1634 case Downloads.Impl.STATUS_RUNNING:1635 return STATUS_RUNNING;
764 | DownloadManager.STATUS_RUNNING); in doWaitForDownloadsOrTimeout()810 while (value != DownloadManager.STATUS_RUNNING && in waitForDownloadToStart()
446 while (value != DownloadManager.STATUS_RUNNING && in waitForDownloadToStart()
4080 field public static final int STATUS_RUNNING = 2; // 0x2
4505 field public static final int STATUS_RUNNING = 2; // 0x2
4667 field public static final int STATUS_RUNNING = 2; // 0x2