Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java729 expectCommand(stream, imeSession.callEndBatchEdit(), timeout);
779 expectCommand(stream, imeSession.callEndBatchEdit(), timeout);
830 expectCommand(stream, imeSession.callEndBatchEdit(), timeout);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java810 public ImeCommand callEndBatchEdit() { in callEndBatchEdit() method in MockImeSession