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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java742 transient public ArrayList<Attachment> mAttachments = null;
918 for (Attachment a : mAttachments) {
1003 for (Attachment att: mAttachments) {
1007 b = ContentProviderOperation.newInsert(Attachment.CONTENT_URI)
1010 b.withValueBackReference(Attachment.MESSAGE_KEY, messageBackValue);
1111 // Content that is actually contained in the Attachment row
1123 public static final class Attachment extends EmailContent class in class:EmailContent
1125 public static final String TABLE_NAME = "Attachment";
1175 AttachmentColumns.CONTENT_URI + " isnull AND " + Attachment.FLAGS + "=0";
1208 public Attachment() { method in class:EmailContent.Attachment
1352 public Attachment(Parcel in) { method in class:EmailContent.Attachment
[all...]

Completed in 101 milliseconds