Searched refs:convertToHumanReadableSize (Results 1 – 7 of 7) sorted by relevance
75 setText(AttachmentUtils.convertToHumanReadableSize(context, mAttachment.size)); in populateAttachmentData()
1894 String maxSize = AttachmentUtils.convertToHumanReadableSize( in showAttachmentTooBigToast()
133 mAttachmentSizeText = AttachmentUtils.convertToHumanReadableSize(getContext(), in render()
66 public static String convertToHumanReadableSize(Context context, long size) { in convertToHumanReadableSize() method in AttachmentUtils
291 AttachmentUtils.convertToHumanReadableSize(context, attachment.size)) in renderAttachments()
153 AttachmentUtils.convertToHumanReadableSize(getContext(), attachment.size)); in render()
236 final String size = AttachmentUtils.convertToHumanReadableSize( in updateActionBar()