Searched refs:FILE_EXTENSION_MAX_CHARS (Results 1 – 1 of 1) sorted by relevance
82 private static final int FILE_EXTENSION_MAX_CHARS = 4; field in Utils240 if (length - index <= FILE_EXTENSION_MAX_CHARS + 1) { in ellipsize()700 if (index >= 0 && filename.length() - index <= FILE_EXTENSION_MAX_CHARS + 1) { in getFileExtension()