Searched refs:roundedBytes (Results 1 – 2 of 2) sorted by relevance
53 public final long roundedBytes; field in Formatter.BytesResult55 public BytesResult(String value, String units, long roundedBytes) { in BytesResult() argument58 this.roundedBytes = roundedBytes; in BytesResult()191 final long roundedBytes = in formatBytes() local197 return new BytesResult(roundedString, units, roundedBytes); in formatBytes()
102 assertEquals(0, r.roundedBytes); // Didn't pass FLAG_CALCULATE_ROUNDED in testFormatBytes()230 assertEquals(expectedRounded, r.roundedBytes); in checkFormatBytes()