Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java67 wrapper.getTextBeforeCursor(3, 0); in testInputConnectionWrapper()
170 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java141 assertEquals(expected.toString(), mConnection.getTextBeforeCursor(offLength, in testOpTextMethods()