Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DSearchBot.java83 UiSelector historyItemSelector = new UiSelector().text(queryText); in clickSearchHistory() local
84 mDevice.findObject(history.getSelector().childSelector(historyItemSelector)).click(); in clickSearchHistory()