Searched refs:MAX_SHORT_MSG_LENGTH (Results 1 – 1 of 1) sorted by relevance
29 private static final int MAX_SHORT_MSG_LENGTH = 200; field in SupportMessageTest39 new String(new char[MAX_SHORT_MSG_LENGTH]).replace('\0', 'X');41 new String(new char[MAX_SHORT_MSG_LENGTH + 10]).replace('\0', 'A');89 assertStartsWith(ShortMessage.TOO_LONG.subSequence(0, MAX_SHORT_MSG_LENGTH), in testMaximumLengthPrefixIsSaved()