Searched refs:roundedBytes (Results 1 – 2 of 2) sorted by relevance
46 public final long roundedBytes; field in Formatter.BytesResult48 public BytesResult(String value, String units, long roundedBytes) { in BytesResult() argument51 this.roundedBytes = roundedBytes; in BytesResult()166 final long roundedBytes = in formatBytes() local172 return new BytesResult(roundedString, units, roundedBytes); in formatBytes()
92 assertEquals(0, r.roundedBytes); // Didn't pass FLAG_CALCULATE_ROUNDED in testFormatBytes()104 assertEquals(expectedRounded, r.roundedBytes); in checkFormatBytes()