Searched refs:callGetSurroundingText (Results 1 – 4 of 4) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 1218 final ImeCommand command = session.callGetSurroundingText(expectedBeforeLength, in testGetSurroundingText() 1262 final ImeCommand command = session.callGetSurroundingText(1, -1, 0); in testGetSurroundingTextFailWithNegativeAfterLength() 1300 final ImeCommand command = session.callGetSurroundingText(-1, 1, 0); in testGetSurroundingTextFailWithNegativeBeforeLength() 1344 final ImeCommand command = session.callGetSurroundingText(expectedBeforeLength, in testGetSurroundingTextFailWithTimeout() 1397 final ImeEvent result = expectCommand(stream, session.callGetSurroundingText( in testGetSurroundingTextFailFastAfterUnbindInput() 1415 final ImeCommand command = session.callGetSurroundingText(1, 2, 0); in testGetSurroundingTextDefaultMethod() 1455 final var command = session.callGetSurroundingText(expectedBeforeLength, in testGetSurroundingTextForA11y() 1500 final var command = session.callGetSurroundingText(1, -1, 0); in testGetSurroundingTextFailWithNegativeAfterLengthForA11y() 1539 final var command = session.callGetSurroundingText(-1, 1, 0); in testGetSurroundingTextFailWithNegativeBeforeLengthForA11y() 1584 final var command = session.callGetSurroundingText(expectedBeforeLength, in testGetSurroundingTextFailWithTimeoutForA11y() [all …]
|
D | InputConnectionHandlerTest.java | 784 final ImeCommand command = imeSession.callGetSurroundingText(1, 1, 0); in testExceptionFromGetSurroundingText()
|
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/ |
D | MockA11yImeSession.java | 465 public MockA11yImeCommand callGetSurroundingText(@IntRange(from = 0) int beforeLength, in callGetSurroundingText() method
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 718 public ImeCommand callGetSurroundingText(@IntRange(from = 0) int beforeLength, in callGetSurroundingText() method in MockImeSession
|