Home
last modified time | relevance | path

Searched refs:downloadedSize (Results 1 – 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java114 public int downloadedSize; field in Attachment
189 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 …]
DEmlAttachmentProvider.java267 .add(attachment.downloadedSize) // downloadedSize in addRow()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java140 attachment.destination, attachment.downloadedSize, attachment.contentUri, in render()
406 mProgress.setProgress(mAttachment.downloadedSize); in updateProgress()
DAttachmentActionHandler.java183 dialog.setProgress(mAttachment.downloadedSize); in updateStatus()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java121 attachment.destination, attachment.downloadedSize, attachment.contentUri, in render()
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java285 progressBar.setProgress(attachment.downloadedSize); in updateProgressAndEmptyViews()