Home
last modified time | relevance | path

Searched refs:startDownloadingAttachment (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java105 startDownloadingAttachment(destination); in showAttachment()
113 public void startDownloadingAttachment(int destination) { in startDownloadingAttachment() method in AttachmentActionHandler
114 startDownloadingAttachment(destination, UIProvider.AttachmentRendition.BEST, 0, false); in startDownloadingAttachment()
117 public void startDownloadingAttachment( in startDownloadingAttachment() method in AttachmentActionHandler
119 startDownloadingAttachment( in startDownloadingAttachment()
123 private void startDownloadingAttachment( in startDownloadingAttachment() method in AttachmentActionHandler
DMessageAttachmentTile.java159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE, in downloadAttachment()
221 mActionHandler.startDownloadingAttachment( in thumbnailLoadFailed()
DMessageAttachmentBar.java194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL); in onClick()
251 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE); in onClick()
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java261 mActionHandler.startDownloadingAttachment(attachment.destination); in onFragmentVisible()
326 mActionHandler.startDownloadingAttachment(attachment.destination); in redownloadAttachment()
337 mActionHandler.startDownloadingAttachment(UIProvider.AttachmentDestination.EXTERNAL); in saveAttachment()