Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSupportMessageTest.java29 private static final int MAX_SHORT_MSG_LENGTH = 200; field in SupportMessageTest
39 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()