Searched refs:findUiObject (Results 1 – 2 of 2) sorted by relevance
104 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()
131 UiObject2 findUiObject(String resourceName) { in findUiObject() method in TestHelper