Searched refs:FLAG_SHORTER (Results 1 – 3 of 3) sorted by relevance
47 public static final int FLAG_SHORTER = 1 << 0; field in Formatter127 return formatFileSize(context, sizeBytes, FLAG_SI_UNITS | FLAG_SHORTER); in formatShortFileSize()243 if ((flags & FLAG_SHORTER) != 0) { in roundBytes()251 if ((flags & FLAG_SHORTER) != 0) { in roundBytes()
274 checkFormatBytes(bytes, (useShort ? Formatter.FLAG_SHORTER : 0), in checkFormatBytes()
55429 Landroid/text/format/Formatter;->FLAG_SHORTER:I