Home
last modified time | relevance | path

Searched refs:delayDownload (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java118 int destination, int rendition, int additionalPriority, boolean delayDownload) { in startDownloadingAttachment() argument
120 mAttachment, destination, rendition, additionalPriority, delayDownload); in startDownloadingAttachment()
125 boolean delayDownload) { in startDownloadingAttachment() argument
131 params.put(AttachmentContentValueKeys.DELAY_DOWNLOAD, delayDownload); in startDownloadingAttachment()
DMessageAttachmentTile.java157 public void downloadAttachment(int additionalPriority, boolean delayDownload) { in downloadAttachment() argument
160 UIProvider.AttachmentRendition.BEST, additionalPriority, delayDownload); in downloadAttachment()