Searched refs:setShortMessage (Results 1 – 1 of 1) sorted by relevance
61 setShortMessage(ShortMessage.SIMPLE); in testShortSupportMessageSetGetAndClear()62 setShortMessage(null); in testShortSupportMessageSetGetAndClear()71 setShortMessage(ShortMessage.SIMPLE); in testLongAndShortMessagesDoNotClobber()80 setShortMessage(ShortMessage.MAX_LENGTH); in testMaximumLengthPrefixIsSaved()98 setShortMessage(ShortMessage.EMPTY); in testEmptySupportMessage()103 setShortMessage(ShortMessage.UNICODE); in testUnicodeCharactersInMessage()108 setShortMessage(ShortMessage.CONTAINS_NULL); in testNullCharacterInMessage()143 setShortMessage(null); in clearSupportMessages()152 private void setShortMessage(CharSequence message) { in setShortMessage() method in SupportMessageTest