Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DFormatter.java118 final RoundedBytesResult res = RoundedBytesResult.roundBytes(sizeBytes, flags); in formatFileSize()
200 public static RoundedBytesResult roundBytes(long sizeBytes, int flags) { in roundBytes() method in Formatter.RoundedBytesResult
277 final RoundedBytesResult rounded = RoundedBytesResult.roundBytes(sizeBytes, flags); in formatBytes()