Home
last modified time | relevance | path

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

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