Home | History | Annotate | Download | only in browse

Lines Matching refs:destination

92     public void showAttachment(int destination) {
100 (destination == AttachmentDestination.CACHE ||
101 mAttachment.destination == destination)) {
105 startDownloadingAttachment(destination);
113 public void startDownloadingAttachment(int destination) {
114 startDownloadingAttachment(destination, UIProvider.AttachmentRendition.BEST, 0, false);
118 int destination, int rendition, int additionalPriority, boolean delayDownload) {
120 mAttachment, destination, rendition, additionalPriority, delayDownload);
124 Attachment attachment, int destination, int rendition, int additionalPriority,
128 params.put(AttachmentColumns.DESTINATION, destination);
146 params.put(AttachmentColumns.DESTINATION, attachment.destination);