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

/packages/apps/Email/tests/src/com/android/email/provider/
H A DPolicyTests.java166 att2 = Attachment.restoreAttachmentWithId(mMockContext, att2.mId);
168 att3 = Attachment.restoreAttachmentWithId(mMockContext, att3.mId);
179 att4 = Attachment.restoreAttachmentWithId(mMockContext, att4.mId);
/packages/apps/Email/provider_src/com/android/email/service/
H A DAttachmentService.java547 Attachment.restoreAttachmentWithId(AttachmentService.this, attachmentId);
674 final Attachment attachment = Attachment.restoreAttachmentWithId(
847 final Attachment attachment = Attachment.restoreAttachmentWithId(this, id);
871 if (Attachment.restoreAttachmentWithId(this, req.mAttachmentId) == null) {
1122 final Attachment attachment = Attachment.restoreAttachmentWithId(this, attachmentId);
1334 final Attachment att = Attachment.restoreAttachmentWithId(this, req.mAttachmentId);
H A DEmailServiceStub.java129 Attachment.restoreAttachmentWithId(mContext, attachmentId);
H A DPop3Service.java82 Attachment att = Attachment.restoreAttachmentWithId(mContext, attachmentId);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java1480 public static Attachment restoreAttachmentWithId(Context context, long id) { method in class:EmailContent.Attachment
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java2099 Attachment att = Attachment.restoreAttachmentWithId(context, attId);
4285 final Attachment att = Attachment.restoreAttachmentWithId(mContext, id);
4940 final Attachment att = Attachment.restoreAttachmentWithId(context, attId);
5150 Attachment.restoreAttachmentWithId(context, attachmentId);

Completed in 108 milliseconds