Home
last modified time | relevance | path

Searched refs:MEGA (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAttachmentUtils.java48 private static final int MEGA = KILO * KILO; field in AttachmentUtils
73 } else if (size < MEGA) { in convertToHumanReadableSize()
78 count = onePlace.format((float) size / (float) MEGA); in convertToHumanReadableSize()