Searched refs:getTextAfterCursor (Results 1 – 2 of 2) sorted by relevance
145 assertEquals(expected.toString(), mConnection.getTextAfterCursor(offLength, in testOpTextMethods()310 assertTrue(TextUtils.isEmpty(ic.getTextAfterCursor(retrievalLength, 0)));314 ic.getTextAfterCursor(retrievalLength, 0).toString());389 assertTrue(TextUtils.isEmpty(ic.getTextAfterCursor(retrievalLength, 0)));393 ic.getTextAfterCursor(retrievalLength, 0).toString());
68 wrapper.getTextAfterCursor(5, 0); in testInputConnectionWrapper()181 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor() method in InputConnectionWrapperTest.MockInputConnection