Home
last modified time | relevance | path

Searched refs:FLAG_SHORTER (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/format/
DFormatter.java41 public static final int FLAG_SHORTER = 1 << 0; field in Formatter
117 FLAG_SI_UNITS | FLAG_SHORTER); in formatShortFileSize()
167 if ((flags & FLAG_SHORTER) != 0) { in formatBytes()
175 if ((flags & FLAG_SHORTER) != 0) { in formatBytes()
/frameworks/base/core/tests/coretests/src/android/text/format/
DFormatterTest.java221 checkFormatBytes(bytes, (useShort ? Formatter.FLAG_SHORTER : 0), in checkFormatBytes()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70095 Landroid/text/format/Formatter;->FLAG_SHORTER:I