Searched refs:getTextBeforeCursor (Results 1 – 2 of 2) sorted by relevance
67 wrapper.getTextBeforeCursor(3, 0); in testInputConnectionWrapper()170 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor() method in InputConnectionWrapperTest.MockInputConnection
141 assertEquals(expected.toString(), mConnection.getTextBeforeCursor(offLength, in testOpTextMethods()