Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DExampleObjects.java25 private static final int MAX_LENGTH = 1000; field in ExampleObjects
84 int lastNum = MAX_LENGTH - 1; in testDeviceInfoJson()
85 for (int i = 0; i < MAX_LENGTH; i++) { in testDeviceInfoJson()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSupportMessageTest.java38 static final CharSequence MAX_LENGTH = field in SupportMessageTest.ShortMessage
80 setShortMessage(ShortMessage.MAX_LENGTH); in testMaximumLengthPrefixIsSaved()