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