Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/text/format/
H A DFormatter.java59 public final long roundedBytes; field in Formatter.BytesResult
61 public BytesResult(String value, String units, long roundedBytes) { in BytesResult()
179 public final long roundedBytes; field in Formatter.RoundedBytesResult
182 float value, MeasureUnit units, int fractionDigits, long roundedBytes) { in RoundedBytesResult()
259 final long roundedBytes = in roundBytes() local