Home
last modified time | relevance | path

Searched refs:AttachmentContentValueKeys (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java37 import com.android.mail.providers.UIProvider.AttachmentContentValueKeys;
129 params.put(AttachmentContentValueKeys.RENDITION, rendition); in startDownloadingAttachment()
130 params.put(AttachmentContentValueKeys.ADDITIONAL_PRIORITY, additionalPriority); in startDownloadingAttachment()
131 params.put(AttachmentContentValueKeys.DELAY_DOWNLOAD, delayDownload); in startDownloadingAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DUIProvider.java2173 public static final class AttachmentContentValueKeys { class in UIProvider