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

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE,
221 mActionHandler.startDownloadingAttachment(
AttachmentActionHandler.java 105 startDownloadingAttachment(destination);
113 public void startDownloadingAttachment(int destination) {
114 startDownloadingAttachment(destination, UIProvider.AttachmentRendition.BEST, 0, false);
117 public void startDownloadingAttachment(
119 startDownloadingAttachment(
123 private void startDownloadingAttachment(

Completed in 3353 milliseconds