Searched refs:roundFormat (Results 1 – 1 of 1) sorted by relevance
139 final String roundFormat; in formatBytes() local142 roundFormat = "%.0f"; in formatBytes()145 roundFormat = "%.2f"; in formatBytes()149 roundFormat = "%.1f"; in formatBytes()152 roundFormat = "%.2f"; in formatBytes()157 roundFormat = "%.0f"; in formatBytes()160 roundFormat = "%.2f"; in formatBytes()167 final String roundedString = String.format(roundFormat, result); in formatBytes()