Home
last modified time | relevance | path

Searched defs:maxLength (Results 1 – 3 of 3) sorted by relevance

/cts/libs/vogar-expect/src/vogar/commands/
DCommand.java232 private int maxLength = -1; field in Command.Builder
276 public Builder maxLength(int maxLength) { in maxLength() method in Command.Builder
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java94 int maxLength = tts.getMaxSpeechInputLength(); in testMaxSpeechInputLength() local
/cts/tests/tests/database/src/android/database/cts/
DCursorJoinerTest.java184 int maxLength = Integer.toString(maxValue).length(); in getOrderNumberString() local