Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java462 private void helperTestComposing(final String wordToType, final boolean shouldBeComposing) { in helperTestComposing() method in InputLogicTests
473 helperTestComposing("a", true); in testStartComposing()
476 helperTestComposing("'", false); in testStartComposing()
478 helperTestComposing("'-", false); in testStartComposing()
481 helperTestComposing("-", false); in testStartComposing()
483 helperTestComposing("-'", false); in testStartComposing()
485 helperTestComposing("a-", true); in testStartComposing()
487 helperTestComposing("a'", true); in testStartComposing()