Searched refs:COLUMN_STATUS (Results 1 – 12 of 12) sorted by relevance
129 public final static String COLUMN_STATUS = Downloads.Impl.COLUMN_STATUS; field in DownloadManager336 Downloads.Impl.COLUMN_STATUS,964 return Downloads.Impl.COLUMN_STATUS + operator + "'" + value + "'"; in statusClause()1090 int status = cursor.getInt(cursor.getColumnIndexOrThrow(COLUMN_STATUS));1142 int status = cursor.getInt(cursor.getColumnIndex(COLUMN_STATUS));1156 values.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING);1169 values.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING);1216 int status = cursor.getInt(cursor.getColumnIndexOrThrow(COLUMN_STATUS));1398 values.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_SUCCESS);1483 return getReason(super.getInt(getColumnIndex(Downloads.Impl.COLUMN_STATUS)));[all …]
171 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_SUCCESSFUL); in testDownloadToExternal_fileExists()411 verifyInt(cursor, DownloadManager.COLUMN_STATUS, DownloadManager.STATUS_FAILED); in testServerDropConnection_body()
154 DownloadManager.COLUMN_STATUS)); in onReceive()800 int columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS); in waitForDownloadToStart()812 columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS); in waitForDownloadToStart()
102 DownloadManager.COLUMN_STATUS)); in testMultipleDownloads()
442 int columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS); in waitForDownloadToStart()454 columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS); in waitForDownloadToStart()
192 int columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_STATUS); in verifyFileDownloadSucceeded()
214 public static final String COLUMN_STATUS = "status"; field in Downloads.Impl
418 int columnIndex = c.getColumnIndex(DownloadManager.COLUMN_STATUS); in downloadSuccessful()
4057 field public static final java.lang.String COLUMN_STATUS = "status";
4313 field public static final java.lang.String COLUMN_STATUS = "status";
4314 field public static final java.lang.String COLUMN_STATUS = "status";
4459 field public static final java.lang.String COLUMN_STATUS = "status";