Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java645 verifyReplaceText("012[3456]789", 3, 7, "text", 1, "012text[]789"); in testReplaceText()
646 verifyReplaceText("012[]3456789", 0, 3, "text", 1, "text[]3456789"); in testReplaceText()
647 verifyReplaceText("012[]3456789", 3, 0, "text", 1, "text[]3456789"); in testReplaceText()
648 verifyReplaceText("012[]3456789", 0, 10, "text", 1, "text[]"); in testReplaceText()
649 verifyReplaceText("0123456789[]", 0, 3, "text", -1, "[]text3456789"); in testReplaceText()
650 verifyReplaceText("0123456789[]", 10, 10, "text", 1, "0123456789text[]"); in testReplaceText()
651 verifyReplaceText("0123456789[]", 100, 100, "text", 1, "0123456789text[]"); in testReplaceText()
652 verifyReplaceText("[]0123456789", 0, 0, "text", 1, "text[]0123456789"); in testReplaceText()
653 verifyReplaceText("[]0123456789", 0, 5, "text", 1, "text[]56789"); in testReplaceText()
654 verifyReplaceText("[]0123456789", 0, 10, "text", -1, "[]text"); in testReplaceText()
[all …]