Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java83 assertTrue(inputConnection.isSetComposingTextCalled); in testInputConnectionWrapper()
119 public boolean isSetComposingTextCalled; field in InputConnectionWrapperTest.MockInputConnection
222 isSetComposingTextCalled = true; in setComposingText()