Searched refs:KILO (Results 1 – 1 of 1) sorted by relevance
45 private static final int KILO = 1024; field in AttachmentUtils46 private static final int MEGA = KILO * KILO;68 } else if (size < KILO) { in convertToHumanReadableSize()72 count = String.valueOf(size / KILO); in convertToHumanReadableSize()