/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
D | SmtpSenderUnitTests.java | 145 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/ |
D | MessageViewFragmentBase.java | 777 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
|
D | MessageCompose.java | 1086 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/ |
D | UtilityMediumTests.java | 94 Attachment attachment = ProviderTestUtils.setupAttachment(message.mId, "filename.ext", in testAttachmentExists() local
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
D | Rfc822Output.java | 261 Attachment attachment = in writeTo() local 282 Attachment attachment) throws IOException, MessagingException { in writeOneAttachment()
|
/packages/apps/Email/src/com/android/email/service/ |
D | AttachmentDownloadService.java | 177 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/ |
D | AttachmentInfo.java | 84 public AttachmentInfo(Context context, Attachment attachment) { in AttachmentInfo()
|
D | NotificationController.java | 504 public void showDownloadForwardFailedNotification(Attachment attachment) { in showDownloadForwardFailedNotification()
|
/packages/apps/Email/tests/src/com/android/email/ |
D | LegacyConversionsTests.java | 230 Attachment attachment = Attachment.getContent(c, Attachment.class); in convertAndCheckcheckAddedAttachments() local
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
D | GLStub.java | 1313 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/ |
D | EmailProvider.java | 363 matcher.addURI(EmailContent.AUTHORITY, "attachment", ATTACHMENT); in matcher.addURI() 365 matcher.addURI(EmailContent.AUTHORITY, "attachment/#", ATTACHMENT_ID); in matcher.addURI()
|