Searched refs:AttachmentUtils (Results 1 – 9 of 9) sorted by relevance
37 import com.android.mail.utils.AttachmentUtils;133 mAttachmentSizeText = AttachmentUtils.convertToHumanReadableSize(getContext(), in render()135 mDisplayType = AttachmentUtils.getDisplayType(getContext(), attachment); in render()
27 import com.android.mail.utils.AttachmentUtils;75 setText(AttachmentUtils.convertToHumanReadableSize(context, mAttachment.size)); in populateAttachmentData()
111 import com.android.mail.utils.AttachmentUtils;1894 String maxSize = AttachmentUtils.convertToHumanReadableSize( in showAttachmentTooBigToast()
49 import com.android.mail.utils.AttachmentUtils;153 AttachmentUtils.convertToHumanReadableSize(getContext(), attachment.size)); in render()155 AttachmentUtils.getDisplayType(getContext(), attachment)); in render()
41 import com.android.mail.utils.AttachmentUtils;218 if (AttachmentUtils.canDownloadAttachment(getContext(), null)) { in thumbnailLoadFailed()
38 import com.android.mail.utils.AttachmentUtils;291 AttachmentUtils.convertToHumanReadableSize(context, attachment.size)) in renderAttachments()
45 import com.android.mail.utils.AttachmentUtils;236 final String size = AttachmentUtils.convertToHumanReadableSize( in updateActionBar()
44 public class AttachmentUtils { class
124 import com.android.mail.utils.AttachmentUtils;4965 AttachmentUtils.cacheAttachmentUri(context, uiAtt, attachmentFds); in uiSaveMessage()