Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DFormatter.java40 public static final int FLAG_SHORTER = 1 << 0; field in Formatter
111 FLAG_SI_UNITS | FLAG_SHORTER); in formatShortFileSize()
160 if ((flags & FLAG_SHORTER) != 0) { in formatBytes()
168 if ((flags & FLAG_SHORTER) != 0) { in formatBytes()
/frameworks/base/core/tests/coretests/src/android/text/format/
DFormatterTest.java220 checkFormatBytes(bytes, (useShort ? Formatter.FLAG_SHORTER : 0), in checkFormatBytes()