Searched refs:FLAG_SHORTER (Results 1 – 3 of 3) sorted by relevance
41 public static final int FLAG_SHORTER = 1 << 0; field in Formatter117 FLAG_SI_UNITS | FLAG_SHORTER); in formatShortFileSize()167 if ((flags & FLAG_SHORTER) != 0) { in formatBytes()175 if ((flags & FLAG_SHORTER) != 0) { in formatBytes()
221 checkFormatBytes(bytes, (useShort ? Formatter.FLAG_SHORTER : 0), in checkFormatBytes()
70095 Landroid/text/format/Formatter;->FLAG_SHORTER:I