Searched refs:COLUMN_STATUS (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDownloadManager.java113 public final static String COLUMN_STATUS = Downloads.Impl.COLUMN_STATUS; field in class:DownloadManager
117 * {@link #COLUMN_STATUS}.
119 * When {@link #COLUMN_STATUS} is {@link #STATUS_FAILED}, this indicates the type of error that
123 * 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
153 * Value of {@link #COLUMN_STATUS} when the download is waiting to start.
158 * Value of {@link #COLUMN_STATUS} when the download is currently running.
163 * Value of {@link #COLUMN_STATUS} when the download is waiting to retry or resume.
168 * Value of {@link #COLUMN_STATUS} whe
[all...]
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java94 DownloadManager.COLUMN_STATUS));
445 int columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS);
457 columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS);
H A DDownloadManagerTestApp.java195 int columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS);
/frameworks/base/core/java/android/provider/
H A DDownloads.java214 public static final String COLUMN_STATUS = "status"; field in class:Downloads.Impl
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java100 DownloadManager.COLUMN_STATUS));
H A DDownloadManagerFunctionalTest.java170 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_SUCCESSFUL);
400 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_FAILED);
H A DDownloadManagerBaseTest.java155 DownloadManager.COLUMN_STATUS));
801 int columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS);
813 columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java418 int columnIndex = c.getColumnIndex(DownloadManager.COLUMN_STATUS);

Completed in 122 milliseconds