Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSupportMessageTest.java35 private static class ShortMessage { class in SupportMessageTest
61 setShortMessage(ShortMessage.SIMPLE); in testShortSupportMessageSetGetAndClear()
71 setShortMessage(ShortMessage.SIMPLE); in testLongAndShortMessagesDoNotClobber()
74 assertEquals(ShortMessage.SIMPLE, getShortMessage()); in testLongAndShortMessagesDoNotClobber()
80 setShortMessage(ShortMessage.MAX_LENGTH); in testMaximumLengthPrefixIsSaved()
88 ShortMessage.TOO_LONG); in testMaximumLengthPrefixIsSaved()
89 assertStartsWith(ShortMessage.TOO_LONG.subSequence(0, MAX_SHORT_MSG_LENGTH), in testMaximumLengthPrefixIsSaved()
98 setShortMessage(ShortMessage.EMPTY); in testEmptySupportMessage()
103 setShortMessage(ShortMessage.UNICODE); in testUnicodeCharactersInMessage()
108 setShortMessage(ShortMessage.CONTAINS_NULL); in testNullCharacterInMessage()
[all …]