Searched refs:CACHE (Results 1 – 7 of 7) sorted by relevance
148 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE, in downloadAttachment()208 AttachmentDestination.CACHE, AttachmentRendition.SIMPLE, 0, false); in thumbnailLoadFailed()
231 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE); in onClick()259 mActionHandler.showAttachment(AttachmentDestination.CACHE); in onClick()
87 (destination == AttachmentDestination.CACHE || in showAttachment()
407 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) { in saveAttachment()
262 newDestination.intValue() : UIProvider.AttachmentDestination.CACHE; in copyAttachment()
256 destination = AttachmentDestination.CACHE; in Attachment()
1950 public static final int CACHE = 0; field in UIProvider.AttachmentDestination