Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSupportMessageTest.java75 assertEquals(LongMessage.SIMPLE, getLongMessage()); in testLongAndShortMessagesDoNotClobber()
94 assertEquals(LongMessage.LONG, getLongMessage()); in testMaximumLengthPrefixIsSaved()
164 assertEquals(message, getLongMessage()); in setLongMessage()
171 private CharSequence getLongMessage() { in getLongMessage() method in SupportMessageTest