Searched refs:localAttachment (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DLegacyConversions.java194 Attachment localAttachment = new Attachment();
222 localAttachment.mMimeType = mimeType;
223 localAttachment.mFileName = name;
224 localAttachment.mSize = size; // May be reset below if file handled
225 localAttachment.mContentId = part.getContentId();
226 localAttachment.setContentUri(null); // Will be rewritten by saveAttachmentBody
227 localAttachment.mMessageKey = localMessage.mId;
228 localAttachment.mLocation = partId;
229 localAttachment.mEncoding = "B"; // TODO - convert other known encodings
230 localAttachment
296 saveAttachmentBody(Context context, Part part, Attachment localAttachment, long accountId) argument
[all...]

Completed in 9 milliseconds