HomeSort by relevance Sort by last modified time
    Searched refs:restoreAttachmentWithId (Results 1 - 6 of 6) sorted by null

  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 166 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/
AttachmentService.java 547 Attachment.restoreAttachmentWithId(AttachmentService.this, attachmentId);
674 final Attachment attachment = Attachment.restoreAttachmentWithId(
    [all...]
EmailServiceStub.java 129 Attachment.restoreAttachmentWithId(mContext, attachmentId);
Pop3Service.java 82 Attachment att = Attachment.restoreAttachmentWithId(mContext, attachmentId);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 264 milliseconds