Searched refs:getTextAfterCursor (Results 1 – 2 of 2) sorted by relevance
65 wrapper.getTextAfterCursor(5, 0); in testInputConnectionWrapper()165 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor() method in InputConnectionWrapperTest.MockInputConnection
145 assertEquals(expected.toString(), mConnection.getTextAfterCursor(offLength, in testOpTextMethods()