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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentComposeView.java27 import com.android.mail.utils.AttachmentUtils;
75 setText(AttachmentUtils.convertToHumanReadableSize(context, mAttachment.size));
H A DComposeActivity.java111 import com.android.mail.utils.AttachmentUtils;
1869 String maxSize = AttachmentUtils.convertToHumanReadableSize(
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTile.java37 import com.android.mail.utils.AttachmentUtils;
133 mAttachmentSizeText = AttachmentUtils.convertToHumanReadableSize(getContext(),
135 mDisplayType = AttachmentUtils.getDisplayType(getContext(), attachment);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentTile.java41 import com.android.mail.utils.AttachmentUtils;
218 if (AttachmentUtils.canDownloadAttachment(getContext(), null)) {
H A DMessageAttachmentBar.java49 import com.android.mail.utils.AttachmentUtils;
153 AttachmentUtils.convertToHumanReadableSize(getContext(), attachment.size));
155 AttachmentUtils.getDisplayType(getContext(), attachment));
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
H A DMailPhotoViewController.java45 import com.android.mail.utils.AttachmentUtils;
236 final String size = AttachmentUtils.convertToHumanReadableSize(
/packages/apps/UnifiedEmail/src/com/android/mail/print/
H A DPrintUtils.java38 import com.android.mail.utils.AttachmentUtils;
291 AttachmentUtils.convertToHumanReadableSize(context, attachment.size))
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DAttachmentUtils.java44 public class AttachmentUtils { class
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java124 import com.android.mail.utils.AttachmentUtils;
1476 // AttachmentUtils. These are a superset of OpenableColumns.
4964 AttachmentUtils.cacheAttachmentUri(context, uiAtt, attachmentFds);

Completed in 334 milliseconds