Home
last modified time | relevance | path

Searched refs:CACHE (Results 1 – 7 of 7) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentTile.java159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE, in downloadAttachment()
222 AttachmentDestination.CACHE, AttachmentRendition.SIMPLE, 0, false); in thumbnailLoadFailed()
DMessageAttachmentBar.java251 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE); in onClick()
269 mActionHandler.showAttachment(AttachmentDestination.CACHE); in onClick()
DAttachmentActionHandler.java100 (destination == AttachmentDestination.CACHE || in showAttachment()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java406 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) { in saveAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java292 newDestination.intValue() : UIProvider.AttachmentDestination.CACHE; in copyAttachment()
DAttachment.java272 destination = AttachmentDestination.CACHE; in Attachment()
DUIProvider.java2061 public static final int CACHE = 0; field in UIProvider.AttachmentDestination