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