Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java195 UiObject2 selectionHotspot = findSelectionHotspot(label); in selectDocument()
213 UiObject2 selectionHotspot = findSelectionHotspot(label); in isDocumentSelected()
218 public UiObject2 findSelectionHotspot(String label) throws UiObjectNotFoundException { in findSelectionHotspot() method in DirectoryListBot