Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAttachmentUtils.java77 DecimalFormat onePlace = new DecimalFormat("0.#"); in convertToHumanReadableSize() local
78 count = onePlace.format((float) size / (float) MEGA); in convertToHumanReadableSize()