Home
last modified time | relevance | path

Searched refs:beforeLength (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
436 params.putInt("beforeLength", beforeLength); in callDeleteSurroundingText()
460 public ImeCommand callDeleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in callDeleteSurroundingTextInCodePoints() argument
462 params.putInt("beforeLength", beforeLength); in callDeleteSurroundingTextInCodePoints()
DMockIme.java159 final int beforeLength = command.getExtras().getInt("beforeLength"); in onHandleCommand()
162 beforeLength, afterLength); in onHandleCommand()
165 final int beforeLength = command.getExtras().getInt("beforeLength"); in onHandleCommand()
168 beforeLength, afterLength); in onHandleCommand()