Home
last modified time | relevance | path

Searched defs:AttachmentInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/
DAttachmentInfo.java41 public class AttachmentInfo { class
91 public AttachmentInfo(Context context, Attachment attachment) { in AttachmentInfo() method in AttachmentInfo
96 public AttachmentInfo(Context context, Cursor c) { in AttachmentInfo() method in AttachmentInfo
102 public AttachmentInfo(Context context, AttachmentInfo info) { in AttachmentInfo() method in AttachmentInfo
107 public AttachmentInfo(Context context, long id, long size, String fileName, String mimeType, in AttachmentInfo() method in AttachmentInfo
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java1438 public static class AttachmentInfo { class in MmsUtils