Searched refs:memorizeCurrentInputConnection (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 808 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/ |
D | MockA11yImeSession.java | 328 public MockA11yImeCommand memorizeCurrentInputConnection() { in memorizeCurrentInputConnection() method
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 601 public ImeCommand memorizeCurrentInputConnection() { in memorizeCurrentInputConnection() method in MockImeSession
|