Searched refs:AttachmentContentValueKeys (Results 1 – 2 of 2) sorted by relevance
37 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()
2173 public static final class AttachmentContentValueKeys { class in UIProvider