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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java739 transient public ArrayList<Attachment> mAttachments = null;
915 for (Attachment a : mAttachments) {
1000 for (Attachment att: mAttachments) {
1004 b = ContentProviderOperation.newInsert(Attachment.CONTENT_URI)
1007 b.withValueBackReference(Attachment.MESSAGE_KEY, messageBackValue);
1108 // Content that is actually contained in the Attachment row
1120 public static final class Attachment extends EmailContent class in class:EmailContent
1122 public static final String TABLE_NAME = "Attachment";
1172 AttachmentColumns.CONTENT_URI + " isnull AND " + Attachment.FLAGS + "=0";
1205 public Attachment() { method in class:EmailContent.Attachment
1349 public Attachment(Parcel in) { method in class:EmailContent.Attachment
[all...]

Completed in 12 milliseconds