Searched refs:roundFormat (Results 1 – 1 of 1) sorted by relevance
159 final String roundFormat; in formatBytes() local162 roundFormat = "%.0f"; in formatBytes()165 roundFormat = "%.2f"; in formatBytes()169 roundFormat = "%.1f"; in formatBytes()172 roundFormat = "%.2f"; in formatBytes()177 roundFormat = "%.0f"; in formatBytes()180 roundFormat = "%.2f"; in formatBytes()187 final String roundedString = String.format(roundFormat, result); in formatBytes()