Home
last modified time | relevance | path

Searched refs:AttachmentDestination (Results 1 – 9 of 9) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java46 import com.android.mail.providers.UIProvider.AttachmentDestination;
194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL); in onClick()
251 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE); in onClick()
261 mActionHandler.showAttachment(AttachmentDestination.EXTERNAL); in onClick()
269 mActionHandler.showAttachment(AttachmentDestination.CACHE); in onClick()
DMessageAttachmentTile.java37 import com.android.mail.providers.UIProvider.AttachmentDestination;
159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE, in downloadAttachment()
222 AttachmentDestination.CACHE, AttachmentRendition.SIMPLE, 0, false); in thumbnailLoadFailed()
DAttachmentActionHandler.java38 import com.android.mail.providers.UIProvider.AttachmentDestination;
100 (destination == AttachmentDestination.CACHE || in showAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java292 newDestination.intValue() : UIProvider.AttachmentDestination.CACHE; in copyAttachment()
294 destination == UIProvider.AttachmentDestination.EXTERNAL; in copyAttachment()
312 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL; in copyAttachment()
473 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL; in getFilePath()
DAttachment.java33 import com.android.mail.providers.UIProvider.AttachmentDestination;
272 destination = AttachmentDestination.CACHE; in Attachment()
451 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL; in isSavedToExternal()
DUIProvider.java2056 public static final class AttachmentDestination { class in UIProvider
2068 private AttachmentDestination() {} in AttachmentDestination() method in UIProvider.AttachmentDestination
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java247 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL) { in updateActionBar()
337 mActionHandler.startDownloadingAttachment(UIProvider.AttachmentDestination.EXTERNAL); in saveAttachment()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java406 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) { in saveAttachment()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4302 if (att.mUiDestination == UIProvider.AttachmentDestination.EXTERNAL && in AttachmentsCursor()