Searched refs:callCommitText (Results 1 – 2 of 2) sorted by relevance
254 final ImeCommand commit1 = imeSession.callCommitText("test commit", 1); in testFocusableWindowDoesNotInvalidateExistingInputConnection()280 final ImeCommand commit2 = imeSession.callCommitText("Hello!", 1); in testFocusableWindowDoesNotInvalidateExistingInputConnection()310 final ImeCommand commit3 = imeSession.callCommitText("World!", 1); in testFocusableWindowDoesNotInvalidateExistingInputConnection()324 final ImeCommand commit4 = imeSession.callCommitText("Done!", 1); in testFocusableWindowDoesNotInvalidateExistingInputConnection()381 final ImeCommand command = imeSession.callCommitText("test commit", 1); in testRestartInputWhileOtherProcessHasWindowFocus()
287 public ImeCommand callCommitText(@NonNull CharSequence text, int newCursorPosition) { in callCommitText() method in MockImeSession