Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java65 wrapper.getTextAfterCursor(5, 0); in testInputConnectionWrapper()
165 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java145 assertEquals(expected.toString(), mConnection.getTextAfterCursor(offLength, in testOpTextMethods()