Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DFormatter.java64 public final long roundedBytes; field in Formatter.BytesResult
67 long roundedBytes) { in BytesResult() argument
71 this.roundedBytes = roundedBytes; in BytesResult()
186 public final long roundedBytes; field in Formatter.RoundedBytesResult
189 float value, MeasureUnit units, int fractionDigits, long roundedBytes) { in RoundedBytesResult() argument
193 this.roundedBytes = roundedBytes; in RoundedBytesResult()
266 final long roundedBytes = in roundBytes() local
270 return new RoundedBytesResult(result, units, roundDigits, roundedBytes); in roundBytes()
294 rounded.roundedBytes); in formatBytes()
/frameworks/base/core/tests/coretests/src/android/text/format/
DFormatterTest.java104 assertEquals(0, r.roundedBytes); // Didn't pass FLAG_CALCULATE_ROUNDED in testFormatBytes()
283 assertEquals(expectedRounded, r.roundedBytes); in checkFormatBytes()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55423 Landroid/text/format/Formatter$BytesResult;->roundedBytes:J