Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java194 UiObject2 selectionHotspot = findSelectionHotspot(label); in selectDocument() local
195 selectionHotspot.click(); in selectDocument()
212 UiObject2 selectionHotspot = findSelectionHotspot(label); in isDocumentSelected() local
213 return selectionHotspot.getResourceName() in isDocumentSelected()