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.java38 wrapper.beginBatchEdit(); in testInputConnectionWrapper()
45 wrapper.beginBatchEdit(); in testInputConnectionWrapper()
115 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.java1346 input.beginBatchEdit(); in setComposingTextInBatch()
1361 input.beginBatchEdit(); in testUndo_imeInsertLatin()
1384 input.beginBatchEdit(); in testUndo_imeInsertJapanese()
1421 input.beginBatchEdit(); in testUndo_imeEmptyBatch()
3617 mTextView.beginBatchEdit(); in testBeginEndBatchEdit()