HomeSort by relevance Sort by last modified time
    Searched refs:downloadedSize (Results 1 - 6 of 6) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 115 public int downloadedSize;
182 downloadedSize = in.readInt();
203 downloadedSize = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.DOWNLOADED_SIZE));
224 downloadedSize = srcJson.optInt(AttachmentColumns.DOWNLOADED_SIZE);
269 downloadedSize = size;
295 downloadedSize = values.getAsInteger(AttachmentColumns.DOWNLOADED_SIZE);
319 values.put(AttachmentColumns.DOWNLOADED_SIZE, downloadedSize);
340 dest.writeInt(downloadedSize);
359 result.put(AttachmentColumns.DOWNLOADED_SIZE, downloadedSize);
436 && size > 0 && downloadedSize > 0 && downloadedSize <= size
    [all...]
EmlAttachmentProvider.java 240 .add(attachment.downloadedSize) // downloadedSize
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 125 attachment.destination, attachment.downloadedSize, attachment.contentUri,
388 mProgress.setProgress(mAttachment.downloadedSize);
AttachmentActionHandler.java 170 dialog.setProgress(mAttachment.downloadedSize);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 117 attachment.destination, attachment.downloadedSize, attachment.contentUri,
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 275 progressBar.setProgress(attachment.downloadedSize);

Completed in 180 milliseconds