Searched refs:SEARCH_INPUT (Results 1 – 1 of 1) sorted by relevance
61 private static final Matcher<View> SEARCH_INPUT = allOf( field in SearchBot88 onView(SEARCH_INPUT).perform(typeText(query)); in setInputText()