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