Home
last modified time | relevance | path

Searched refs:AttachmentUtils (Results 1 – 9 of 9) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java37 import com.android.mail.utils.AttachmentUtils;
133 mAttachmentSizeText = AttachmentUtils.convertToHumanReadableSize(getContext(), in render()
135 mDisplayType = AttachmentUtils.getDisplayType(getContext(), attachment); in render()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentComposeView.java27 import com.android.mail.utils.AttachmentUtils;
75 setText(AttachmentUtils.convertToHumanReadableSize(context, mAttachment.size)); in populateAttachmentData()
DComposeActivity.java111 import com.android.mail.utils.AttachmentUtils;
1894 String maxSize = AttachmentUtils.convertToHumanReadableSize( in showAttachmentTooBigToast()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java49 import com.android.mail.utils.AttachmentUtils;
153 AttachmentUtils.convertToHumanReadableSize(getContext(), attachment.size)); in render()
155 AttachmentUtils.getDisplayType(getContext(), attachment)); in render()
DMessageAttachmentTile.java41 import com.android.mail.utils.AttachmentUtils;
218 if (AttachmentUtils.canDownloadAttachment(getContext(), null)) { in thumbnailLoadFailed()
/packages/apps/UnifiedEmail/src/com/android/mail/print/
DPrintUtils.java38 import com.android.mail.utils.AttachmentUtils;
291 AttachmentUtils.convertToHumanReadableSize(context, attachment.size)) in renderAttachments()
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java45 import com.android.mail.utils.AttachmentUtils;
236 final String size = AttachmentUtils.convertToHumanReadableSize( in updateActionBar()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAttachmentUtils.java44 public class AttachmentUtils { class
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java124 import com.android.mail.utils.AttachmentUtils;
4965 AttachmentUtils.cacheAttachmentUri(context, uiAtt, attachmentFds); in uiSaveMessage()