Searched refs:AttachmentType (Results 1 – 2 of 2) sorted by relevance
36 import com.android.mail.providers.UIProvider.AttachmentType;273 type = inline ? AttachmentType.INLINE_CURRENT_MESSAGE : AttachmentType.STANDARD; in Attachment()550 return type != UIProvider.AttachmentType.STANDARD; in isInlineAttachment()
2226 public static final class AttachmentType { class in UIProvider