Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DFormatter.java53 public final long roundedBytes; field in Formatter.BytesResult
55 public BytesResult(String value, String units, long roundedBytes) { in BytesResult() argument
58 this.roundedBytes = roundedBytes; in BytesResult()
191 final long roundedBytes = in formatBytes() local
197 return new BytesResult(roundedString, units, roundedBytes); in formatBytes()
/frameworks/base/core/tests/coretests/src/android/text/format/
DFormatterTest.java102 assertEquals(0, r.roundedBytes); // Didn't pass FLAG_CALCULATE_ROUNDED in testFormatBytes()
230 assertEquals(expectedRounded, r.roundedBytes); in checkFormatBytes()