HomeSort by relevance Sort by last modified time
    Searched refs:STATUS_PAUSED (Results 1 - 5 of 5) sorted by null

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 140 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
160 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
335 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
384 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
426 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
444 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
461 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
499 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
515 download.runUntilStatus(DownloadManager.STATUS_PAUSED);
  /frameworks/base/core/java/android/app/
DownloadManager.java 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
158 public final static int STATUS_PAUSED = 1 << 2;
667 if ((mStatusFlags & STATUS_PAUSED) != 0) {
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 368 case DownloadManager.STATUS_PAUSED:
529 case DownloadManager.STATUS_PAUSED:
614 if (mDateSortedCursor.getInt(mStatusColumnId) != DownloadManager.STATUS_PAUSED
DownloadAdapter.java 158 case DownloadManager.STATUS_PAUSED:
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 761 query.setFilterByStatus(DownloadManager.STATUS_PENDING | DownloadManager.STATUS_PAUSED
    [all...]

Completed in 769 milliseconds