Searched refs:MAX_DISPLAY_NAME_LENGTH (Results 1 – 1 of 1) sorted by relevance
1405 if (buf.length () > MAX_DISPLAY_NAME_LENGTH) in trimForDisplay()1407 buf.setLength (MAX_DISPLAY_NAME_LENGTH - 3); in trimForDisplay()1494 private static final int MAX_DISPLAY_NAME_LENGTH = 80; local