Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeSession.java486 public MockA11yImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText() method
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java798 public ImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java2725 session.callDeleteSurroundingText(expectedBeforeLength, expectedAfterLength);
2769 final ImeCommand command = session.callDeleteSurroundingText(3, 4);
2813 session.callDeleteSurroundingText(expectedBeforeLength, expectedAfterLength);