Searched refs:AttachmentDestination (Results 1 – 9 of 9) sorted by relevance
46 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()
37 import com.android.mail.providers.UIProvider.AttachmentDestination;159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE, in downloadAttachment()222 AttachmentDestination.CACHE, AttachmentRendition.SIMPLE, 0, false); in thumbnailLoadFailed()
38 import com.android.mail.providers.UIProvider.AttachmentDestination;100 (destination == AttachmentDestination.CACHE || in showAttachment()
292 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()
33 import com.android.mail.providers.UIProvider.AttachmentDestination;272 destination = AttachmentDestination.CACHE; in Attachment()451 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL; in isSavedToExternal()
2056 public static final class AttachmentDestination { class in UIProvider2068 private AttachmentDestination() {} in AttachmentDestination() method in UIProvider.AttachmentDestination
247 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL) { in updateActionBar()337 mActionHandler.startDownloadingAttachment(UIProvider.AttachmentDestination.EXTERNAL); in saveAttachment()
406 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) { in saveAttachment()
4302 if (att.mUiDestination == UIProvider.AttachmentDestination.EXTERNAL && in AttachmentsCursor()