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

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 92 startDownloadingAttachment(destination);
100 public void startDownloadingAttachment(int destination) {
101 startDownloadingAttachment(destination, UIProvider.AttachmentRendition.BEST, 0, false);
104 public void startDownloadingAttachment(
106 startDownloadingAttachment(
110 private void startDownloadingAttachment(
MessageAttachmentTile.java 148 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE,
207 mActionHandler.startDownloadingAttachment(
MessageAttachmentBar.java 177 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL);
231 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 251 mActionHandler.startDownloadingAttachment(attachment.destination);
316 mActionHandler.startDownloadingAttachment(attachment.destination);
327 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL);

Completed in 237 milliseconds