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