Searched defs:roundedBytes (Results 1 – 1 of 1) sorted by relevance
59 public final long roundedBytes; field in Formatter.BytesResult61 public BytesResult(String value, String units, long roundedBytes) { in BytesResult()179 public final long roundedBytes; field in Formatter.RoundedBytesResult182 float value, MeasureUnit units, int fractionDigits, long roundedBytes) { in RoundedBytesResult()259 final long roundedBytes = in roundBytes() local