Searched refs:CACHE (Results 1 – 7 of 7) sorted by relevance
159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE, in downloadAttachment()222 AttachmentDestination.CACHE, AttachmentRendition.SIMPLE, 0, false); in thumbnailLoadFailed()
251 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE); in onClick()269 mActionHandler.showAttachment(AttachmentDestination.CACHE); in onClick()
100 (destination == AttachmentDestination.CACHE || in showAttachment()
406 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) { in saveAttachment()
292 newDestination.intValue() : UIProvider.AttachmentDestination.CACHE; in copyAttachment()
272 destination = AttachmentDestination.CACHE; in Attachment()
2061 public static final int CACHE = 0; field in UIProvider.AttachmentDestination