Searched defs:Attachment (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAttachment.java55 public class Attachment implements Parcelable { class in inherits:Parcelable
73 * Attachment file name. See {@link AttachmentColumns#NAME} Use {@link #setName(String)}.
78 * Attachment size in bytes. See {@link AttachmentColumns#SIZE}.
83 * The provider-generated URI for this Attachment. Must be globally unique.
171 public Attachment() { method in class:Attachment
174 public Attachment(Parcel in) { method in class:Attachment
191 public Attachment(Cursor cursor) { method in class:Attachment
216 public Attachment(JSONObject srcJson) { method in class:Attachment
236 public Attachment(Context context, Part part, Uri emlFileUri, String messageId, String cid, method in class:Attachment
289 public Attachment(ContentValue method in class:Attachment
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java195 Attachment.initAttachment();
930 transient public ArrayList<Attachment> mAttachments = null;
1110 final Attachment a = mAttachments.get(i);
1199 for (Attachment att: mAttachments) {
1203 b = ContentProviderOperation.newInsert(Attachment.CONTENT_URI)
1318 // Content that is actually contained in the Attachment row
1330 public static final class Attachment extends EmailContent implements Parcelable { class in class:EmailContent
1331 public static final String TABLE_NAME = "Attachment";
1437 public Attachment() { method in class:EmailContent.Attachment
1456 if (!Attachment
1617 public Attachment(Parcel in) { method in class:EmailContent.Attachment
[all...]

Completed in 148 milliseconds