Home
last modified time | relevance | path

Searched refs:deleteSurroundingText (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java56 wrapper.deleteSurroundingText(10, 100); in testInputConnectionWrapper()
151 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java170 assertTrue(mConnection.deleteSurroundingText(1, 2)); in testOpTextMethods()
288 ic.deleteSurroundingText(deleteBefore, deleteAfter);