Searched refs:roundFormat (Results 1 – 1 of 1) sorted by relevance
152 final String roundFormat; in formatBytes() local155 roundFormat = "%.0f"; in formatBytes()158 roundFormat = "%.2f"; in formatBytes()162 roundFormat = "%.1f"; in formatBytes()165 roundFormat = "%.2f"; in formatBytes()170 roundFormat = "%.0f"; in formatBytes()173 roundFormat = "%.2f"; in formatBytes()180 final String roundedString = String.format(roundFormat, result); in formatBytes()