Home
last modified time | relevance | path

Searched refs:setShortMessage (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSupportMessageTest.java61 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