Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DSpellCheckerTest.kt247 val command = session.callPerformSpellCheck() in <lambda>()
657 session.callPerformSpellCheck() in <lambda>()
686 session.callPerformSpellCheck() in <lambda>()
DInputConnectionEndToEndTest.java4772 final ImeCommand command = session.callPerformSpellCheck();
4810 final ImeCommand command = session.callPerformSpellCheck();
4831 final ImeCommand command = session.callPerformSpellCheck();
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1228 public ImeCommand callPerformSpellCheck() { in callPerformSpellCheck() method in MockImeSession