Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DPunctuationTests.java187 for (final String wordToType : wordsToType) { in testAutoSpaceWithDoubleQuotes()
188 type(wordToType); in testAutoSpaceWithDoubleQuotes()
189 if (wordToType.matches("^\\w+$")) { in testAutoSpaceWithDoubleQuotes()
192 pickSuggestionManually(wordToType); in testAutoSpaceWithDoubleQuotes()
DInputLogicTests.java462 private void helperTestComposing(final String wordToType, final boolean shouldBeComposing) { in helperTestComposing() argument
464 type(wordToType); in helperTestComposing()
467 assertEquals("start composing inside text", shouldBeComposing ? wordToType.length() : -1, in helperTestComposing()