Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java434 public ImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText() argument
437 params.putInt("afterLength", afterLength); in callDeleteSurroundingText()
460 public ImeCommand callDeleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in callDeleteSurroundingTextInCodePoints() argument
463 params.putInt("afterLength", afterLength); in callDeleteSurroundingTextInCodePoints()
DMockIme.java160 final int afterLength = command.getExtras().getInt("afterLength"); in onHandleCommand()
162 beforeLength, afterLength); in onHandleCommand()
166 final int afterLength = command.getExtras().getInt("afterLength"); in onHandleCommand()
168 beforeLength, afterLength); in onHandleCommand()