Home
last modified time | relevance | path

Searched refs:AttachmentRendition (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentTile.java38 import com.android.mail.providers.UIProvider.AttachmentRendition;
160 UIProvider.AttachmentRendition.BEST, additionalPriority, delayDownload); in downloadAttachment()
222 AttachmentDestination.CACHE, AttachmentRendition.SIMPLE, 0, false); in thumbnailLoadFailed()
DAttachmentActionHandler.java114 startDownloadingAttachment(destination, UIProvider.AttachmentRendition.BEST, 0, false); in startDownloadingAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java34 import com.android.mail.providers.UIProvider.AttachmentRendition;
481 case AttachmentRendition.BEST: in getUriForRendition()
484 case AttachmentRendition.SIMPLE: in getUriForRendition()
699 if (rendition == AttachmentRendition.SIMPLE) { in getPreviewState()
702 } else if (rendition == AttachmentRendition.BEST) { in getPreviewState()
DUIProvider.java2175 public static final class AttachmentRendition { class in UIProvider