Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java808 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT); in testGetTextAfterCursorFailFastAfterUnbindInput()
970 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT); in testGetTextBeforeCursorFailFastAfterUnbindInput()
1089 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT); in testGetSelectedTextFailFastAfterUnbindInput()
1390 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT); in testGetSurroundingTextFailFastAfterUnbindInput()
2124 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT);
2326 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT);
2486 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT);
2658 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT);
2762 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT);
2888 expectCommand(stream, session.memorizeCurrentInputConnection(), TIMEOUT);
[all …]
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeSession.java328 public MockA11yImeCommand memorizeCurrentInputConnection() { in memorizeCurrentInputConnection() method
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java601 public ImeCommand memorizeCurrentInputConnection() { in memorizeCurrentInputConnection() method in MockImeSession