Searched refs:deleteSurroundingText (Results 1 – 2 of 2) sorted by relevance
56 wrapper.deleteSurroundingText(10, 100); in testInputConnectionWrapper()151 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() method in InputConnectionWrapperTest.MockInputConnection
170 assertTrue(mConnection.deleteSurroundingText(1, 2)); in testOpTextMethods()288 ic.deleteSurroundingText(deleteBefore, deleteAfter);