Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java39 wrapper.beginBatchEdit(); in testInputConnectionWrapper()
46 wrapper.beginBatchEdit(); in testInputConnectionWrapper()
126 public boolean beginBatchEdit() { in beginBatchEdit() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java73 assertFalse(mConnection.beginBatchEdit()); in testDefaultMethods()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java1481 input.beginBatchEdit(); in setComposingTextInBatch()
1496 input.beginBatchEdit(); in testUndo_imeInsertLatin()
1519 input.beginBatchEdit(); in testUndo_imeInsertJapanese()
1556 input.beginBatchEdit(); in testUndo_imeEmptyBatch()
4165 mTextView.beginBatchEdit(); in testBeginEndBatchEdit()