Searched refs:FLAG_SI_UNITS (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | FormatterTest.java | 20 import static android.text.format.Formatter.FLAG_SI_UNITS; 115 checkFormatBytes(1_000, FLAG_SI_UNITS, "1.00", 1_000); in testFormatBytesSi() 116 checkFormatBytes(1_024, FLAG_SI_UNITS, "1.02", 1_020); in testFormatBytesSi() 117 checkFormatBytes(1_500, FLAG_SI_UNITS, "1.50", 1_500); in testFormatBytesSi() 118 checkFormatBytes(12_582_912L, FLAG_SI_UNITS, "12.58", 12_580_000L); in testFormatBytesSi()
|
/frameworks/base/core/java/android/text/format/ |
D | Formatter.java | 51 public static final int FLAG_SI_UNITS = 1 << 2; field in Formatter 110 return formatFileSize(context, sizeBytes, FLAG_SI_UNITS); in formatFileSize() 127 return formatFileSize(context, sizeBytes, FLAG_SI_UNITS | FLAG_SHORTER); in formatShortFileSize()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 55430 Landroid/text/format/Formatter;->FLAG_SI_UNITS:I
|