Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java61 wrapper.deleteSurroundingTextInCodePoints(10, 100); in testInputConnectionWrapper()
167 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java369 ic.deleteSurroundingTextInCodePoints(deleteBeforeInCodePoints, deleteAfterInCodePoints);