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/
DBaseInputConnectionTest.java141 assertEquals(expected.toString(), mConnection.getTextBeforeCursor(offLength, in testOpTextMethods()
298 assertTrue(TextUtils.isEmpty(ic.getTextBeforeCursor(retrievalLength, 0)));
301 ic.getTextBeforeCursor(retrievalLength, 0).toString());
377 assertTrue(TextUtils.isEmpty(ic.getTextBeforeCursor(retrievalLength, 0)));
380 ic.getTextBeforeCursor(retrievalLength, 0).toString());
DInputConnectionWrapperTest.java70 wrapper.getTextBeforeCursor(3, 0); in testInputConnectionWrapper()
186 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor() method in InputConnectionWrapperTest.MockInputConnection