Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java104 helper.findUiObject(EditTextAppConstants.EDIT_TEXT_RES_NAME).click(); in testSwitchIme1ToIme2()
144 helper.findUiObject(EditTextAppConstants.EDIT_TEXT_RES_NAME).click(); in testSwitchInputMethod()
174 helper.findUiObject(EditTextAppConstants.EDIT_TEXT_RES_NAME).click(); in testSwitchToNextInputMethod()
196 helper.findUiObject(EditTextAppConstants.EDIT_TEXT_RES_NAME).click(); in switchToPreviousInputMethod()
222 final UiObject2 editText = helper.findUiObject(EditTextAppConstants.EDIT_TEXT_RES_NAME); in testInputUnbindsOnImeStopped()
259 helper.findUiObject(EditTextAppConstants.EDIT_TEXT_RES_NAME).click(); in testInputUnbindsOnAppStopped()
DTestHelper.java131 UiObject2 findUiObject(String resourceName) { in findUiObject() method in TestHelper