Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java85 assertTrue(inputConnection.isSetSelectionCalled); in testInputConnectionWrapper()
121 public boolean isSetSelectionCalled; field in InputConnectionWrapperTest.MockInputConnection
232 isSetSelectionCalled = true; in setSelection()