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.java58 wrapper.deleteSurroundingTextInCodePoints(10, 100); in testInputConnectionWrapper()
156 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java366 ic.deleteSurroundingTextInCodePoints(deleteBeforeInCodePoints, deleteAfterInCodePoints);