Searched refs:roundedBytes (Results 1 – 3 of 3) sorted by relevance
64 public final long roundedBytes; field in Formatter.BytesResult67 long roundedBytes) { in BytesResult() argument71 this.roundedBytes = roundedBytes; in BytesResult()186 public final long roundedBytes; field in Formatter.RoundedBytesResult189 float value, MeasureUnit units, int fractionDigits, long roundedBytes) { in RoundedBytesResult() argument193 this.roundedBytes = roundedBytes; in RoundedBytesResult()266 final long roundedBytes = in roundBytes() local270 return new RoundedBytesResult(result, units, roundDigits, roundedBytes); in roundBytes()294 rounded.roundedBytes); in formatBytes()
104 assertEquals(0, r.roundedBytes); // Didn't pass FLAG_CALCULATE_ROUNDED in testFormatBytes()283 assertEquals(expectedRounded, r.roundedBytes); in checkFormatBytes()
55423 Landroid/text/format/Formatter$BytesResult;->roundedBytes:J