Home
last modified time | relevance | path

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

12

/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java172 final Attachment attachment = getCurrentAttachment(); in updateActionItems() local
234 final Attachment attachment = getCurrentAttachment(); in updateActionBar() local
258 final Attachment attachment = getCurrentAttachment(); in onFragmentVisible() local
277 final PhotoViewFragment fragment, final Attachment attachment) { in updateProgressAndEmptyViews()
319 final Attachment attachment = getCurrentAttachment(); in redownloadAttachment() local
334 private void saveAttachment(final Attachment attachment) { in saveAttachment()
368 private void shareAttachment(final Attachment attachment) { in shareAttachment()
395 final Attachment attachment = getCurrentAttachment(); in printAttachment() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java69 public static boolean isTiledAttachment(final Attachment attachment) { in isTiledAttachment()
109 protected void render(Attachment attachment, AttachmentPreviewCache attachmentPreviewCache) { in render()
277 public AttachmentPreview(Attachment attachment, Bitmap preview) { in AttachmentPreview()
284 void set(Attachment attachment, Bitmap preview); in set()
285 Bitmap get(Attachment attachment); in get()
DAttachmentTileGrid.java86 private void addMessageTileFromAttachment(Attachment attachment, int index, in addMessageTileFromAttachment()
102 public ComposeAttachmentTile addComposeTileFromAttachment(Attachment attachment) { in addComposeTileFromAttachment()
253 public void set(Attachment attachment, Bitmap preview) { in set()
265 public Bitmap get(Attachment attachment) { in get()
DThumbnailLoadTask.java52 AttachmentBitmapHolder holder, Attachment attachment, Attachment prevAttachment) { in setupThumbnailPreview()
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DSmtpSenderUnitTests.java147 Attachment attachment = setupSimpleAttachment(mProviderContext, message.mId); in testSendMessageWithEmptyAttachment() local
195 Attachment attachment = new Attachment(); in setupSimpleAttachment() local
211 private void expectSimpleAttachment(MockTransport mockTransport, Attachment attachment) { in expectSimpleAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java96 private void addAttachment(final Attachment attachment) { in addAttachment()
146 final Attachment attachment) { in deleteAttachment()
228 final Attachment attachment = new Attachment(); in generateLocalAttachment() local
306 public long addAttachment(Account account, Attachment attachment) in addAttachment()
DAttachmentComposeView.java41 public AttachmentComposeView(Context c, Attachment attachment) { in AttachmentComposeView()
DComposeAttachmentTile.java33 public void render(Attachment attachment, AttachmentPreviewCache attachmentPreviewCache) { in render()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java84 public void setAttachment(Attachment attachment) { in setAttachment()
124 Attachment attachment, int destination, int rendition, int additionalPriority, in startDownloadingAttachment()
143 public void startRedownloadingAttachment(Attachment attachment) { in startRedownloadingAttachment()
283 Attachment attachment, FragmentManager fm) { in handleOption1()
DAttachmentProgressDialogFragment.java39 static AttachmentProgressDialogFragment newInstance(Attachment attachment) { in newInstance()
117 public boolean isShowingDialogForAttachment(Attachment attachment) { in isShowingDialogForAttachment()
DMessageAttachmentTile.java97 public void render(Attachment attachment, int index, in render()
DMessageAttachmentBar.java119 public void render(Attachment attachment, Account account, ConversationMessage message, in render()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAttachmentUtils.java87 public static String getDisplayType(final Context context, final Attachment attachment) { in getDisplayType()
171 public static String cacheAttachmentUri(Context context, Attachment attachment, in cacheAttachmentUri()
272 public static boolean canDownloadAttachment(Context context, Attachment attachment) { in canDownloadAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java153 final Attachment attachment = mUriAttachmentMap.get(attachmentsUri); in query() local
242 final Attachment attachment = mUriAttachmentMap.get(uri); in addRow() local
259 private static void addRow(MatrixCursor cursor, Attachment attachment) { in addRow()
296 final Attachment attachment = mUriAttachmentMap.get(uri); in copyAttachment() local
471 final Attachment attachment = mUriAttachmentMap.get(uri); in getFilePath() local
/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java453 final EmailContent.Attachment attachment = new EmailContent.Attachment(); in testServiceCallbackAttachmentCompleteUpdate() local
466 final EmailContent.Attachment attachment = new EmailContent.Attachment(); in testServiceCallbackAttachmentErrorUpdate() local
479 final EmailContent.Attachment attachment = new EmailContent.Attachment(); in testServiceCallbackAttachmentInProgressUpdate() local
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasLoadAttachment.java109 final EmailContent.Attachment attachment) { in ProgressCallback()
256 … private boolean finishLoadAttachment(final EmailContent.Attachment attachment, final File file) { in finishLoadAttachment()
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java201 private DownloadRequest(final Context context, final Attachment attachment) { in DownloadRequest()
508 ContentValues getAttachmentUpdateValues(final Attachment attachment, in getAttachmentUpdateValues()
546 final Attachment attachment = in loadAttachmentStatus() local
674 final Attachment attachment = Attachment.restoreAttachmentWithId( in run() local
847 final Attachment attachment = Attachment.restoreAttachmentWithId(this, id); in processQueue() local
1122 final Attachment attachment = Attachment.restoreAttachmentWithId(this, attachmentId); in endDownload() local
DEmailServiceStub.java128 Attachment attachment = in loadAttachment() local
/packages/apps/Email/provider_src/com/android/email/
DNotificationController.java27 void showDownloadForwardFailedNotificationSynchronous(Attachment attachment); in showDownloadForwardFailedNotificationSynchronous()
DAttachmentInfo.java91 public AttachmentInfo(Context context, Attachment attachment) { in AttachmentInfo()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
DRfc822Output.java215 Attachment attachment) throws IOException, MessagingException { in writeOneAttachment()
/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTests.java118 Attachment attachment = in convertAndCheckcheckAddedAttachments() local
/packages/apps/UnifiedEmail/src/com/android/mail/print/
DPrintUtils.java278 final Attachment attachment = attachments.get(i); in renderAttachments() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java396 public static void saveAttachment(Context context, InputStream in, Attachment attachment) { in saveAttachment()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java391 public void showDownloadForwardFailedNotificationSynchronous(Attachment attachment) { in showDownloadForwardFailedNotificationSynchronous()

12