Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DFileSizeFormatter.java47 public final long roundedBytes; field in FileSizeFormatter.RoundedBytesResult
50 long roundedBytes) { in RoundedBytesResult() argument
54 this.roundedBytes = roundedBytes; in RoundedBytesResult()
166 long roundedBytes = (((long) Math.round(result * roundFactor)) * mult / roundFactor); in formatBytes() local
168 return new RoundedBytesResult(result, unit, roundDigits, roundedBytes); in formatBytes()