Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java826 public ImeCommand callDeleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in callDeleteSurroundingTextInCodePoints() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java2850 final ImeCommand command = session.callDeleteSurroundingTextInCodePoints(
2895 final ImeCommand command = session.callDeleteSurroundingTextInCodePoints(3, 4);
2917 final ImeCommand command = session.callDeleteSurroundingTextInCodePoints(1, 2);