Home
last modified time | relevance | path

Searched defs:attachment (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/transport/
DSmtpSenderUnitTests.java145 Attachment attachment = setupSimpleAttachment(mProviderContext, message.mId); in testSendMessageWithEmptyAttachment() local
193 Attachment attachment = new Attachment(); in setupSimpleAttachment() local
209 private void expectSimpleAttachment(MockTransport mockTransport, Attachment attachment) { in expectSimpleAttachment()
/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragmentBase.java777 Attachment attachment = Attachment.restoreAttachmentWithId(mContext, info.mId); in performAttachmentSave() local
850 private void onInfoAttachment(final MessageViewAttachmentInfo attachment) { in onInfoAttachment()
856 private void onLoadAttachment(final MessageViewAttachmentInfo attachment) { in onLoadAttachment()
888 private void onCancelAttachment(MessageViewAttachmentInfo attachment) { in onCancelAttachment()
1242 private static Bitmap getPreviewIcon(Context context, AttachmentInfo attachment) { in getPreviewIcon()
1275 private MessageViewAttachmentInfo(Context context, Attachment attachment, in MessageViewAttachmentInfo()
1487 private void addAttachment(Attachment attachment) { in addAttachment()
1744 MessageViewAttachmentInfo attachment = (MessageViewAttachmentInfo) view.getTag(); in findAttachmentView() local
1825 MessageViewAttachmentInfo attachment = findAttachmentInfo(attachmentId); in loadAttachmentCallback() local
1849 MessageViewAttachmentInfo attachment = findAttachmentInfo(attachmentId); in showAttachmentProgress() local
DMessageCompose.java1086 void onAttachmentLoaded(Attachment[] attachment); in onAttachmentLoaded()
1567 Attachment attachment = new Attachment(); in loadAttachmentInfo() local
1575 private void addAttachment(Attachment attachment) { in addAttachment()
1638 final Attachment attachment = loadAttachmentInfo(uri); in addAttachmentFromSendIntent() local
1682 Attachment attachment = (Attachment) attachmentView.getTag(); in onDeleteAttachmentIconClicked() local
1697 private void deleteAttachment(List<Attachment> attachments, Attachment attachment) { in deleteAttachment()
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
DUtilityMediumTests.java94 Attachment attachment = ProviderTestUtils.setupAttachment(message.mId, "filename.ext", in testAttachmentExists() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
DRfc822Output.java261 Attachment attachment = in writeTo() local
282 Attachment attachment) throws IOException, MessagingException { in writeOneAttachment()
/packages/apps/Email/src/com/android/email/service/
DAttachmentDownloadService.java177 private DownloadRequest(Context context, Attachment attachment) { in DownloadRequest()
560 Attachment attachment = Attachment.restoreAttachmentWithId(mContext, attachmentId); in endDownload() local
878 Attachment attachment = Attachment.restoreAttachmentWithId( in run() local
/packages/apps/Email/src/com/android/email/
DAttachmentInfo.java84 public AttachmentInfo(Context context, Attachment attachment) { in AttachmentInfo()
DNotificationController.java504 public void showDownloadForwardFailedNotification(Attachment attachment) { in showDownloadForwardFailedNotification()
/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTests.java230 Attachment attachment = Attachment.getContent(c, Attachment.class); in convertAndCheckcheckAddedAttachments() local
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLStub.java1313 int attachment, in glFramebufferRenderbufferOES()
1320 int attachment, in glFramebufferTexture2DOES()
1354 int attachment, in glGetFramebufferAttachmentParameterivOES()
1362 int attachment, in glGetFramebufferAttachmentParameterivOES()
/packages/apps/Email/src/com/android/email/provider/
DEmailProvider.java363 matcher.addURI(EmailContent.AUTHORITY, "attachment", ATTACHMENT); in matcher.addURI()
365 matcher.addURI(EmailContent.AUTHORITY, "attachment/#", ATTACHMENT_ID); in matcher.addURI()