Searched refs:downloadedSize (Results 1 – 6 of 6) sorted by relevance
114 public int downloadedSize; field in Attachment189 downloadedSize = in.readInt(); in Attachment()211 downloadedSize = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.DOWNLOADED_SIZE)); in Attachment()233 downloadedSize = srcJson.optInt(AttachmentColumns.DOWNLOADED_SIZE); in Attachment()287 downloadedSize = size; in Attachment()313 downloadedSize = values.getAsInteger(AttachmentColumns.DOWNLOADED_SIZE); in Attachment()339 values.put(AttachmentColumns.DOWNLOADED_SIZE, downloadedSize); in toContentValues()362 dest.writeInt(downloadedSize); in writeToParcel()382 result.put(AttachmentColumns.DOWNLOADED_SIZE, downloadedSize); in toJSON()460 && size > 0 && downloadedSize > 0 && downloadedSize <= size; in shouldShowProgress()[all …]
267 .add(attachment.downloadedSize) // downloadedSize in addRow()
140 attachment.destination, attachment.downloadedSize, attachment.contentUri, in render()406 mProgress.setProgress(mAttachment.downloadedSize); in updateProgress()
183 dialog.setProgress(mAttachment.downloadedSize); in updateStatus()
121 attachment.destination, attachment.downloadedSize, attachment.contentUri, in render()
285 progressBar.setProgress(attachment.downloadedSize); in updateProgressAndEmptyViews()