Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java119 assertEquals(inActionMode, waitForActionModeBarToAppear()); in assertInActionMode()
160 if (!waitForActionModeBarToAppear()) { in clickActionItem()
207 public boolean waitForActionModeBarToAppear() { in waitForActionModeBarToAppear() method in UiBot
215 if (!waitForActionModeBarToAppear()) { in clickRename()
223 if (!waitForActionModeBarToAppear()) { in clickDelete()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DRenameDocumentUiTest.java192 if (!bots.main.waitForActionModeBarToAppear()) { in clickRename()