super("DateCompleted", ALIGN_TRAIL, POSITION_INVISIBLE, 125, sTableID);
DownloadManager dm = (DownloadManager) cell.getDataSource(); long value = (dm == null) ? 0 : dm.getDownloadState().getLongParameter( DownloadManagerState.PARAM_DOWNLOAD_COMPLETED_TIME); if (!cell.setSortValue(value) && cell.isValid()) return; cell.setText(DisplayFormatters.formatDate(value));