Searched refs:MEGA (Results 1 – 1 of 1) sorted by relevance
47 private static final int MEGA = KILO * KILO; field in AttachmentUtils72 } else if (size < MEGA) { in convertToHumanReadableSize()77 count = onePlace.format((float) size / (float) MEGA); in convertToHumanReadableSize()