Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java726 expectCommand(stream, imeSession.callBeginBatchEdit(), timeout);
775 expectCommand(stream, imeSession.callBeginBatchEdit(), timeout);
827 expectCommand(stream, imeSession.callBeginBatchEdit(), timeout);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java788 public ImeCommand callBeginBatchEdit() { in callBeginBatchEdit() method in MockImeSession