Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java36 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()
DUIProvider.java2226 public static final class AttachmentType { class in UIProvider