Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DFormatter.java180 final String roundedString = String.format(roundFormat, result); in formatBytes() local
190 return new BytesResult(roundedString, units, roundedBytes); in formatBytes()